mog_l2e.h File Reference

Include dependency graph for mog_l2e.h:
This graph shows which files directly or indirectly include this file:

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 []

Detailed Description

Author:
Parikshit Ram (pram@cc.gatech.edu)

Defines a Gaussian Mixture model and estimates the parameters of the model

Definition in file mog_l2e.h.


Variable Documentation

const fx_module_doc mog_l2e_doc
Initial value:
 {
  mog_l2e_entries, NULL,
  " This program defines a Gaussian mixture model"
  " and calculates the L2 error for the present"
  " parameter setting to be used by an optimizer.\n"
}

Definition at line 56 of file mog_l2e.h.

const fx_entry_doc mog_l2e_entries[]
Initial value:
 {
  {"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
}

Definition at line 46 of file mog_l2e.h.

Generated on Mon Jan 24 12:04:39 2011 for FASTlib by  doxygen 1.6.3