35#ifndef STK_MIXTUREALGO_H
36#define STK_MIXTUREALGO_H
In this file we define the interface base class for mixture algorithms.
Implementation of the SEM algorithm.
virtual bool run()
run the algorithm on the model calling cStep, mStep and eStep of the model until the maximal number o...
virtual ~CEMAlgo()
destructor
CEMAlgo()
default constructor
CEMAlgo(CEMAlgo const &algo)
Copy constructor.
virtual CEMAlgo * clone() const
clone pattern
Implementation of the EM algorithm.
virtual EMAlgo * clone() const
clone pattern
virtual bool run()
run the algorithm on the model calling the eStep and mStep of the model until the maximal number of i...
EMAlgo(EMAlgo const &algo)
Copy constructor.
EMAlgo()
default constructor
virtual ~EMAlgo()
destructor
Interface base class for the algorithms.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Implementation of the SEM algorithm.
virtual SEMAlgo * clone() const
clone pattern
virtual bool run()
run the algorithm on the model calling sStep, mStep and eStep of the model until the maximal number o...
SEMAlgo()
default constructor
virtual ~SEMAlgo()
destructor
SEMAlgo(SEMAlgo const &algo)
Copy constructor.
Implementation of the SemiSEM algorithm.
SemiSEMAlgo()
default constructor
SemiSEMAlgo(SemiSEMAlgo const &algo)
Copy constructor.
virtual ~SemiSEMAlgo()
destructor
virtual bool run()
run the algorithm on the model calling sStep, mStep and eStep of the model until the maximal number o...
virtual SemiSEMAlgo * clone() const
clone pattern
The namespace STK is the main domain space of the Statistical ToolKit project.