35#ifndef STK_MIXTUREALGOLEARN_H
36#define STK_MIXTUREALGOLEARN_H
In this file we define the interface base class for mixture algorithms.
Interface base class for the learning algorithms.
Implementation of the ImputeAlgo learning algorithm.
virtual ImputeAlgo * 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...
ImputeAlgo(ImputeAlgo const &algo)
Copy constructor.
virtual ~ImputeAlgo()
destructor
ImputeAlgo()
default constructor
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Implementation of the SimulAlgo learning algorithm.
virtual ~SimulAlgo()
destructor
SimulAlgo(SimulAlgo const &algo)
Copy constructor.
virtual bool run()
run the algorithm on the model calling sStep, mStep and eStep of the model until the maximal number o...
virtual SimulAlgo * clone() const
clone pattern
SimulAlgo()
default constructor
The namespace STK is the main domain space of the Statistical ToolKit project.