37#ifndef STK_IMIXTUREINIT_H
38#define STK_IMIXTUREINIT_H
41#include "../STK_Clust_Util.h"
46class IMixtureComposer;
This file include all the other header files of the project Sdk.
Interface base class for the algorithms.
Base class for Mixture (composed) model.
Interface base class for the initializations.
void setModel(IMixtureComposer *p_model)
set a new model
void setNbTry(int nbTry)
set a the number of try
void setInitAlgo(IMixtureAlgo *p_initAlgo)
set the initial algorithm
IMixtureComposer * p_model_
pointer on the mixture model
IMixtureAlgo * p_initAlgo_
algorithm to use in the initialization
IMixtureInit(IMixtureInit const &init)
copy constructor.
virtual ~IMixtureInit()
destructor
virtual IMixtureInit * clone() const =0
clone pattern
IMixtureAlgo const *const p_initAlgo() const
set a the number of try
bool runInitAlgo()
launch the initialization algorithm.
int nbTry_
number of retry in initialization
IMixtureInit()
default constructor
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.