48 , p_model_(
algo.p_model_)
49 , nbIterMax_(
algo.nbIterMax_)
50 , epsilon_(
algo.epsilon_)
51 , threshold_(
algo.threshold_)
In this file we define the interface base class for mixture algorithms.
In this file we define the abstract base class for mixture models.
This file include all the other header files of the project Sdk.
Interface base class for the algorithms.
IMixtureComposer * p_model_
pointer on the mixture model
virtual ~IMixtureAlgo()
destructor
void setModel(IMixtureComposer *p_model)
set model
IMixtureAlgo()
default constructor
Real threshold_
Minimal number of individuals.
Base class for Mixture (composed) model.
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.