avg_log_lhood(const double **c_x_in, int N) | itpp::MOG_diag | |
avg_log_lhood(const Array< vec > &X_in) | itpp::MOG_diag | virtual |
c_diag_covs | itpp::MOG_diag | protected |
c_diag_covs_inv_etc | itpp::MOG_diag | protected |
c_log_det_etc | itpp::MOG_diag | protected |
c_log_weights | itpp::MOG_diag | protected |
c_means | itpp::MOG_diag | protected |
c_weights | itpp::MOG_diag | protected |
c_X | itpp::MOG_diag_EM_sup | protected |
check_array_uniformity(const Array< vec > &A) const | itpp::MOG_generic | protected |
check_size(const vec &x_in) const | itpp::MOG_generic | protected |
check_size(const Array< vec > &X_in) const | itpp::MOG_generic | protected |
cleanup() | itpp::MOG_diag | inlinevirtual |
convert_to_diag() | itpp::MOG_generic | virtual |
convert_to_diag_internal() | itpp::MOG_generic | protected |
convert_to_full() | itpp::MOG_diag | inlinevirtual |
convert_to_full_internal() | itpp::MOG_generic | protected |
D | itpp::MOG_generic | protected |
diag_covs | itpp::MOG_generic | protected |
diag_covs_inv_etc | itpp::MOG_generic | protected |
disable_c_access(double **A_in) | itpp::MOG_diag | protected |
disable_c_access(int **A_in) | itpp::MOG_diag | protected |
disable_c_access(double *v_in) | itpp::MOG_diag | protected |
disable_c_access(int *v_in) | itpp::MOG_diag | protected |
do_checks | itpp::MOG_generic | protected |
enable_c_access(Array< vec > &A_in) | itpp::MOG_diag | protected |
enable_c_access(Array< ivec > &A_in) | itpp::MOG_diag | protected |
enable_c_access(vec &v_in) | itpp::MOG_diag | protected |
enable_c_access(ivec &v_in) | itpp::MOG_diag | protected |
free_all_ptrs() | itpp::MOG_diag | protected |
full | itpp::MOG_generic | protected |
full_covs | itpp::MOG_generic | protected |
full_covs_inv | itpp::MOG_generic | protected |
get_D() const | itpp::MOG_generic | inline |
get_diag_covs() const | itpp::MOG_generic | inline |
get_full_covs() const | itpp::MOG_generic | inline |
get_K() const | itpp::MOG_generic | inline |
get_means() const | itpp::MOG_generic | inline |
get_weights() const | itpp::MOG_generic | inline |
init() | itpp::MOG_generic | |
init(const int &K_in, const int &D_in, bool full_in=false) | itpp::MOG_generic | |
init(Array< vec > &means_in, bool full_in=false) | itpp::MOG_generic | |
init(Array< vec > &means_in, Array< vec > &diag_covs_in, vec &weights_in) | itpp::MOG_generic | |
init(Array< vec > &means_in, Array< mat > &full_covs_in, vec &weights_in) | itpp::MOG_generic | |
is_full() const | itpp::MOG_generic | inline |
is_valid() const | itpp::MOG_generic | inline |
join(const MOG_generic &B_in) | itpp::MOG_generic | virtual |
K | itpp::MOG_generic | protected |
lhood(const double *c_x_in) | itpp::MOG_diag | |
lhood(const vec &x_in) | itpp::MOG_diag | virtual |
lhood_internal(const double *c_x_in) | itpp::MOG_diag | protected |
lhood_internal(const vec &x_in) | itpp::MOG_diag | protectedvirtual |
load(const std::string &name_in) | itpp::MOG_diag | virtual |
log_det_etc | itpp::MOG_generic | protected |
log_lhood(const double *c_x_in) | itpp::MOG_diag | |
log_lhood(const vec &x_in) | itpp::MOG_diag | virtual |
log_lhood_internal(const double *c_x_in) | itpp::MOG_diag | protected |
log_lhood_internal(const vec &x_in) | itpp::MOG_diag | protectedvirtual |
log_lhood_single_gaus(const double *c_x_in, const int k) const | itpp::MOG_diag | |
log_lhood_single_gaus(const vec &x_in, const int k) const | itpp::MOG_diag | |
itpp::MOG_generic::log_lhood_single_gaus(const vec &x_in, const int k) | itpp::MOG_generic | virtual |
log_lhood_single_gaus_internal(const double *c_x_in, const int k) const | itpp::MOG_diag | protected |
log_lhood_single_gaus_internal(const vec &x_in, const int k) const | itpp::MOG_diag | protected |
itpp::MOG_generic::log_lhood_single_gaus_internal(const vec &x_in, const int k) | itpp::MOG_generic | protectedvirtual |
log_max_K | itpp::MOG_generic | protected |
log_weights | itpp::MOG_generic | protected |
map(MOG_diag &model_in, MOG_diag &prior_model, Array< vec > &X_in, int max_iter_in=10, double alpha_in=0.5, double var_floor_in=0.0, double weight_floor_in=0.0, bool verbose_in=false) | itpp::MOG_diag_EM_sup | |
max_iter | itpp::MOG_diag_EM_sup | protected |
means | itpp::MOG_generic | protected |
ml(MOG_diag &model_in, Array< vec > &X_in, int max_iter_in=10, double var_floor_in=0.0, double weight_floor_in=0.0, bool verbose_in=false) | itpp::MOG_diag_EM_sup | |
ml_iterate() | itpp::MOG_diag_EM_sup | protected |
ml_update_params() | itpp::MOG_diag_EM_sup | protected |
MOG_diag() | itpp::MOG_diag | inline |
MOG_diag(const std::string &name) | itpp::MOG_diag | inline |
MOG_diag(const int &K_in, const int &D_in, bool full_in=false) | itpp::MOG_diag | inline |
MOG_diag(Array< vec > &means_in, bool) | itpp::MOG_diag | inline |
MOG_diag(Array< vec > &means_in, Array< vec > &diag_covs_in, vec &weights_in) | itpp::MOG_diag | inline |
MOG_diag(Array< vec > &means_in, Array< mat > &full_covs_in, vec &weights_in) | itpp::MOG_diag | inline |
MOG_diag_EM_sup() | itpp::MOG_diag_EM_sup | inline |
MOG_generic() | itpp::MOG_generic | inline |
MOG_generic(const std::string &name_in) | itpp::MOG_generic | inline |
MOG_generic(const int &K_in, const int &D_in, bool full_in=false) | itpp::MOG_generic | inline |
MOG_generic(Array< vec > &means_in, bool full_in=false) | itpp::MOG_generic | inline |
MOG_generic(Array< vec > &means_in, Array< vec > &diag_covs_in, vec &weights_in) | itpp::MOG_generic | inline |
MOG_generic(Array< vec > &means_in, Array< mat > &full_covs_in, vec &weights_in) | itpp::MOG_generic | inline |
N | itpp::MOG_diag_EM_sup | protected |
paranoid | itpp::MOG_generic | protected |
sanitise_params() | itpp::MOG_diag_EM_sup | inlineprotected |
save(const std::string &name_in) const | itpp::MOG_generic | virtual |
set_checks(bool do_checks_in) | itpp::MOG_generic | inline |
set_diag_covs(Array< vec > &diag_covs_in) | itpp::MOG_generic | |
set_diag_covs_internal(Array< vec > &diag_covs_in) | itpp::MOG_generic | protected |
set_diag_covs_unity() | itpp::MOG_generic | |
set_diag_covs_unity_internal() | itpp::MOG_generic | protected |
set_full_covs(Array< mat > &full_covs_in) | itpp::MOG_generic | |
set_full_covs_internal(Array< mat > &full_covs_in) | itpp::MOG_generic | protected |
set_full_covs_unity() | itpp::MOG_generic | |
set_full_covs_unity_internal() | itpp::MOG_generic | protected |
set_means(Array< vec > &means_in) | itpp::MOG_generic | |
set_means_internal(Array< vec > &means_in) | itpp::MOG_generic | protected |
set_means_zero() | itpp::MOG_generic | |
set_means_zero_internal() | itpp::MOG_generic | protected |
set_paranoid(bool paranoid_in) | itpp::MOG_generic | inline |
set_weights(vec &weights_in) | itpp::MOG_generic | |
set_weights_internal(vec &_weigths) | itpp::MOG_generic | protected |
set_weights_uniform() | itpp::MOG_generic | |
set_weights_uniform_internal() | itpp::MOG_generic | protected |
setup_covs() | itpp::MOG_diag | protectedvirtual |
setup_means() | itpp::MOG_diag | protectedvirtual |
setup_misc() | itpp::MOG_diag | protectedvirtual |
setup_weights() | itpp::MOG_diag | protectedvirtual |
update_internals() | itpp::MOG_diag_EM_sup | inlineprotected |
valid | itpp::MOG_generic | protected |
var_floor | itpp::MOG_diag_EM_sup | protected |
verbose | itpp::MOG_diag_EM_sup | protected |
weight_floor | itpp::MOG_diag_EM_sup | protected |
weights | itpp::MOG_generic | protected |
zero_all_ptrs() | itpp::MOG_diag | protected |
~MOG_diag() | itpp::MOG_diag | inline |
~MOG_diag_EM_sup() | itpp::MOG_diag_EM_sup | inline |
~MOG_generic() | itpp::MOG_generic | inlinevirtual |