31 #ifndef _EMMIXTUREMODEL_H__ 32 #define _EMMIXTUREMODEL_H__ 34 #include <shogun/lib/config.h> 54 virtual const char*
get_name()
const {
return "EMMixtureModel"; }
This is the base class for Expectation Maximization (EM). EM for various purposes can be derived from...
virtual const char * get_name() const
This is the implementation of EM specialized for Mixture models.
all of classes and functions are contained in the shogun namespace
virtual ~CEMMixtureModel()
virtual float64_t expectation_step()
virtual void maximization_step()