35#ifndef STK_IMIXTUREALGO_H
36#define STK_IMIXTUREALGO_H
39#include "../STK_Clust_Util.h"
44class IMixtureComposer;
This file include all the other header files of the project Sdk.
Interface base class for the algorithms.
int nbIterMax_
number of iterations of the algorithm
IMixtureComposer * p_model_
pointer on the mixture model
void setEpsilon(Real epsilon)
set tolerance value
virtual ~IMixtureAlgo()
destructor
void setModel(IMixtureComposer *p_model)
set model
void setNbIterMax(int nbIterMax)
set maximal number of iterations
void setThreshold(Real threshold)
set threshold value
IMixtureAlgo()
default constructor
Real epsilon_
tolerance of the algorithm.
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...
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.