37#ifndef STK_MIXTUREINIT_H
38#define STK_MIXTUREINIT_H
Initialization by simulating a realization of the class labels zi accordingly to the initial proporti...
virtual ClassInit * clone() const
clone pattern
virtual ~ClassInit()
destructor
ClassInit()
default constructor
ClassInit(ClassInit const &init)
copy constructor
virtual bool run()
run the initialization by calling the randomClassInit method of the model.
Initialization by simulating the tik accordingly to the initial proportions.
FuzzyInit()
default constructor
virtual ~FuzzyInit()
destructor
FuzzyInit(FuzzyInit const &init)
copy constructor
virtual FuzzyInit * clone() const
clone pattern
virtual bool run()
run the algorithm on the model calling E step and M step.
Interface base class for the initializations.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Implementation of the random initialization.
RandomInit()
default constructor
virtual RandomInit * clone() const
clone pattern
virtual bool run()
run the initialization by calling the randomInit method of the model.
RandomInit(RandomInit const &init)
copy constructor
virtual ~RandomInit()
destructor
The namespace STK is the main domain space of the Statistical ToolKit project.