38#ifndef STK_MIXTURECRITERION_H
39#define STK_MIXTURECRITERION_H
In this file we define the interface bas class for computing penalized criterion on mixture models.
Derived class of Criterion for computing the AIC Criterion The AIC criteria of a given model M is a p...
virtual ~AICMixtureCriterion()
virtual destructor.
AICMixtureCriterion(AICMixtureCriterion const &criterion)
copy Constructor.
AICMixtureCriterion()
Default Constructor.
AICMixtureCriterion * clone() const
clone pattern
virtual bool run()
implementation of the virtual method run
AICMixtureCriterion(IMixtureStatModel *const p_composer)
Constructor.
Derived class of Criterion for computing the BIC Criterion The Bic criteria of a model M is a penaliz...
BICMixtureCriterion(BICMixtureCriterion const &criterion)
copy Constructor.
BICMixtureCriterion * clone() const
clone pattern
virtual bool run()
implementation of the virtual method run
BICMixtureCriterion()
Default Constructor.
BICMixtureCriterion(IMixtureStatModel *const p_composer)
Constructor.
virtual ~BICMixtureCriterion()
virtual destructor.
Derived class of IMixtureCriterion for computing the ICL Criterion The ICL criteria of a model M is a...
ICLMixtureCriterion * clone() const
clone pattern
virtual bool run()
implementation of the virtual method run
ICLMixtureCriterion()
Default Constructor.
ICLMixtureCriterion(ICLMixtureCriterion const &criterion)
copy Constructor.
virtual ~ICLMixtureCriterion()
virtual destructor.
ICLMixtureCriterion(IMixtureStatModel const *p_composer)
Constructor.
Interface base class for the selection model criterion.
Interface base class for Mixture (composed) model.
Derived class of Criterion for computing the Maximum Likelihood Criterion This criterion does not pen...
virtual bool run()
implementation of the virtual method run
virtual ~MLMixtureCriterion()
virtual destructor.
MLMixtureCriterion(MLMixtureCriterion const &criterion)
copy Constructor.
MLMixtureCriterion * clone() const
clone pattern
MLMixtureCriterion()
Default Constructor.
MLMixtureCriterion(IMixtureStatModel *const p_composer)
Constructor.
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.