35#ifndef STK_MIXTUREALGOPREDICT_H
36#define STK_MIXTUREALGOPREDICT_H
In this file we define the interface base class for mixture predicting algorithms.
Implementation of the EMPredict algorithm.
virtual ~EMPredict()
destructor
EMPredict(EMPredict const &algo)
Copy constructor.
virtual bool run()
run the algorithm on the model until the maximal number of iteration or the threshold is reached.
EMPredict()
default constructor
virtual EMPredict * clone() const
clone pattern
Interface base class for predicting algorithms.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Implementation of the SemiSEMPredict algorithm.
SemiSEMPredict(SemiSEMPredict const &algo)
Copy constructor.
virtual ~SemiSEMPredict()
destructor
virtual SemiSEMPredict * clone() const
clone pattern
virtual bool run()
run the algorithm on the model until the maximal number of iteration is reached.
SemiSEMPredict()
default constructor
The namespace STK is the main domain space of the Statistical ToolKit project.