STK++ 0.9.13
|
Derived class of IMixtureCriterion for computing the ICL Criterion The ICL criteria of a model M is a penalization of the likelihood given by the formula. More...
#include <STK_MixtureCriterion.h>
Public Member Functions | |
ICLMixtureCriterion () | |
Default Constructor. | |
ICLMixtureCriterion (IMixtureStatModel const *p_composer) | |
Constructor. | |
ICLMixtureCriterion (ICLMixtureCriterion const &criterion) | |
copy Constructor. | |
virtual | ~ICLMixtureCriterion () |
virtual destructor. | |
ICLMixtureCriterion * | clone () const |
clone pattern | |
virtual bool | run () |
implementation of the virtual method run | |
![]() | |
virtual | ~IMixtureCriterion () |
Destructor. | |
Real const & | value () const |
void | setModel (IMixtureStatModel const *p_composer) |
![]() | |
String const & | error () const |
get the last error message. | |
Additional Inherited Members | |
![]() | |
IMixtureCriterion () | |
Default Constructor. | |
IMixtureCriterion (IMixtureStatModel const *p_composer) | |
Constructor. | |
IMixtureCriterion (IMixtureCriterion const &criterion) | |
copy Constructor. | |
![]() | |
IRunnerBase () | |
default constructor | |
IRunnerBase (IRunnerBase const &runner) | |
copy constructor | |
virtual | ~IRunnerBase () |
destructor | |
virtual void | update () |
update the runner. | |
![]() | |
IMixtureStatModel const * | p_composer_ |
The current statistical model to use. | |
Real | value_ |
Computed value of the criterion. | |
![]() | |
String | msg_error_ |
String with the last error message. | |
bool | hasRun_ |
true if run has been used, false otherwise | |
Derived class of IMixtureCriterion for computing the ICL Criterion The ICL criteria of a model M is a penalization of the likelihood given by the formula.
where
Definition at line 122 of file STK_MixtureCriterion.h.
|
inline |
Default Constructor.
Definition at line 126 of file STK_MixtureCriterion.h.
Referenced by clone().
|
inline |
Constructor.
p_composer | a pointer on the current composer |
Definition at line 130 of file STK_MixtureCriterion.h.
|
inline |
copy Constructor.
criterion | the criterion to copy |
Definition at line 135 of file STK_MixtureCriterion.h.
|
inlinevirtual |
|
inline |
clone pattern
Definition at line 140 of file STK_MixtureCriterion.h.
References ICLMixtureCriterion().
|
virtual |
implementation of the virtual method run
Implements STK::IRunnerBase.
Definition at line 63 of file STK_MixtureCriterion.cpp.
References STK::IMixtureStatModel::computeICL(), STK::IRunnerBase::msg_error_, STK::IMixtureCriterion::p_composer_, run(), STKERROR_NO_ARG, and STK::IMixtureCriterion::value_.
Referenced by run().