37#ifndef STK_SIMPLESTRATEGY_H
38#define STK_SIMPLESTRATEGY_H
50struct SimpleStrategyParam
In this file we define the interface base class for strategies to use in order to estimate a mixture ...
Interface base class for the algorithms.
Base class for Mixture (composed) model.
Interface base class for all the strategies.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
A SimpleStrategy is just nbTry long run.
virtual ~SimpleStrategy()
destructor
virtual bool run()
run the strategy
SimpleStrategyParam * p_param_
virtual SimpleStrategy * clone() const
clone pattern
SimpleStrategy(IMixtureComposer *&p_model)
default constructor.
SimpleStrategy(SimpleStrategy const &strategy)
copy constructor.
void setParam(SimpleStrategyParam *p_param)
set the parameters of the strategy
The namespace STK is the main domain space of the Statistical ToolKit project.
helper structure encapsulating the parameters of the simple strategy
SimpleStrategyParam()
Constructor.
IMixtureAlgo * p_algo_
number of iterations in the Initialization
virtual ~SimpleStrategyParam()
destructor