35#ifndef STK_IMIXTURELEARNALGO_H
36#define STK_IMIXTURELEARNALGO_H
39#include "../STK_Clust_Util.h"
This file include all the other header files of the project Sdk.
Interface base class for the learning algorithms.
void setNbIterMax(int nbIterMax)
set maximal number of iterations
IMixtureAlgoLearn()
default constructor
virtual ~IMixtureAlgoLearn()
destructor
Real epsilon_
tolerance of the algorithm.
void setEpsilon(Real epsilon)
set tolerance value
IMixtureLearner * p_model_
pointer on the mixture model
void setModel(IMixtureLearner *p_model)
set model
int nbIterMax_
maximal number of iterations of the algorithm
Base class for Learner of a Mixture mixed 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.