38#ifndef STK_IMIXTURECRITERION_H
39#define STK_IMIXTURECRITERION_H
42#include "../STK_IMixtureStatModel.h"
This file include all the other header files of the project Sdk.
Interface base class for the selection model criterion.
void setModel(IMixtureStatModel const *p_composer)
Real value_
Computed value of the criterion.
IMixtureCriterion()
Default Constructor.
Real const & value() const
IMixtureCriterion(IMixtureCriterion const &criterion)
copy Constructor.
IMixtureCriterion(IMixtureStatModel const *p_composer)
Constructor.
virtual ~IMixtureCriterion()
Destructor.
IMixtureStatModel const * p_composer_
The current statistical model to use.
Interface 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.
Arithmetic properties of STK fundamental types.