Go to the source code of this file.
Classes | |
| class | MoGL2E |
| A Gaussian mixture model class. More... | |
Variables | |
| const fx_module_doc | mog_l2e_doc |
| const fx_entry_doc | mog_l2e_entries [] |
Defines a Gaussian Mixture model and estimates the parameters of the model
Definition in file mog_l2e.h.
| const fx_module_doc mog_l2e_doc |
| const fx_entry_doc mog_l2e_entries[] |
{
{"K", FX_PARAM, FX_INT, NULL,
" The number of Gaussians in the mixture model."
" (defaults to 1)\n"},
{"D", FX_RESERVED, FX_INT, NULL,
" The number of dimensions of the data on which the"
" the mixture model is to be fit.\n"},
FX_ENTRY_DOC_DONE
}
1.6.3