38#ifndef STK_IMIXTURESTRATEGY_H
39#define STK_IMIXTURESTRATEGY_H
44class IMixtureComposer;
Base class for Mixture (composed) model.
Interface base class for the initializations.
Interface base class for all the strategies.
virtual ~IMixtureStrategy()
destructor
int nbTry_
number of tries of each strategies (1 by default)
void setNbTry(int nbTry)
set the number of tries of each strategies.
void storeModel(IMixtureComposer *&p_otherModel)
store a model in p_model_ if it is better.
IMixtureInit * p_init_
initialization method
IMixtureComposer *& p_model_
reference on the main model
void setMixtureInit(IMixtureInit *p_init)
set the initialization method to use
Abstract base class for all classes having a.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
The namespace STK is the main domain space of the Statistical ToolKit project.