35#ifndef STK_IMIXTUREALGOPREDICT_H
36#define STK_IMIXTUREALGOPREDICT_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 predicting algorithms.
bool predictBayesClassifier()
predict class labels when there is no missing values.
IMixtureAlgoPredict()
default constructor
void setNbIterBurn(int nbIterBurn)
set number of burning iterations
virtual ~IMixtureAlgoPredict()
destructor
void setNbIterLong(int nbIterLong)
set number of long iterations
int nbIterLong_
maximal number of iterations of the algorithm
bool burnStep()
Perform burn step using SEM algorithm.
int nbIterBurn_
Number of burning iterations of the algorithm.
int setNbIterLong() const
Real epsilon_
tolerance of the algorithm.
void setEpsilon(Real epsilon)
set tolerance value
void setModel(IMixtureComposer *p_model)
set model
IMixtureComposer * p_model_
pointer on the mixture model
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.