37#ifndef STK_XEMSTRATEGY_H
38#define STK_XEMSTRATEGY_H
49struct XemStrategyParam
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 XemStrategy is based on the following paradigm:
XemStrategy(IMixtureComposer *&p_model)
default constructor.
XemStrategy(XemStrategy const &strategy)
copy constructor.
virtual bool run()
run the strategy
void setParam(XemStrategyParam *p_param)
set the parameters of the strategy
virtual ~XemStrategy()
destructor
XemStrategyParam * p_param_
virtual XemStrategy * clone() const
clone pattern
The namespace STK is the main domain space of the Statistical ToolKit project.
helper structure encapsulating the parameters of the Xem strategy
IMixtureAlgo * p_shortAlgo_
algorithm to use in short runs
IMixtureAlgo * p_longAlgo_
algorithm to use in long run
XemStrategyParam()
Constructor.
virtual ~XemStrategyParam()
destructor
int nbShortRun_
number of short run to perform