|
STK++ 0.9.13
|
Structure encapsulating the parameters of a Poisson_ljlk model. More...
#include <STK_PoissonParameters.h>
Public Member Functions | |
| ModelParameters (int nbCluster) | |
| default constructor | |
| ModelParameters (ModelParameters const ¶m) | |
| copy constructor. | |
| ~ModelParameters () | |
| destructor | |
| Real const & | lambda (int k, int j) const |
| void | resize (Range const &range) |
| resize the set of parameter | |
| void | updateStatistics () |
| update statistics of the parameters. | |
| void | setStatistics () |
| Set the computed statistics. | |
| void | releaseStatistics () |
| Release the computed statistics. | |
| template<class Array > | |
| void | setParameters (ExprBase< Array > const ¶ms) |
| Set the parameters of the mixture model. | |
Public Attributes | |
| Array1D< CPointX > | lambda_ |
| intensity of the variables | |
| Array1D< Stat::Online< CPointX, Real > > | stat_lambda_ |
| Array of the lambdak_ statistics. | |
Structure encapsulating the parameters of a Poisson_ljlk model.
Definition at line 107 of file STK_PoissonParameters.h.
| STK::ModelParameters< Clust::Poisson_ljk_ >::ModelParameters | ( | int | nbCluster | ) |
default constructor
| nbCluster | the number of class of the mixture |
Definition at line 43 of file STK_PoissonParameters.cpp.
| STK::ModelParameters< Clust::Poisson_ljk_ >::ModelParameters | ( | ModelParameters< Clust::Poisson_ljk_ > const & | param | ) |
copy constructor.
| param | the parameters to copy. |
Definition at line 50 of file STK_PoissonParameters.cpp.
|
inline |
Definition at line 126 of file STK_PoissonParameters.h.
| void STK::ModelParameters< Clust::Poisson_ljk_ >::releaseStatistics | ( | ) |
Release the computed statistics.
Definition at line 81 of file STK_PoissonParameters.cpp.
| void STK::ModelParameters< Clust::Poisson_ljk_ >::resize | ( | Range const & | range | ) |
resize the set of parameter
Definition at line 57 of file STK_PoissonParameters.cpp.
|
inline |
Set the parameters of the mixture model.
It is assumed that the array params is of size (nbCluster, nbVariable).
Definition at line 142 of file STK_PoissonParameters.h.
| void STK::ModelParameters< Clust::Poisson_ljk_ >::setStatistics | ( | ) |
Set the computed statistics.
Definition at line 72 of file STK_PoissonParameters.cpp.
| void STK::ModelParameters< Clust::Poisson_ljk_ >::updateStatistics | ( | ) |
update statistics of the parameters.
Definition at line 66 of file STK_PoissonParameters.cpp.
| Array1D<CPointX> STK::ModelParameters< Clust::Poisson_ljk_ >::lambda_ |
intensity of the variables
Definition at line 110 of file STK_PoissonParameters.h.
| Array1D< Stat::Online<CPointX, Real> > STK::ModelParameters< Clust::Poisson_ljk_ >::stat_lambda_ |
Array of the lambdak_ statistics.
Definition at line 112 of file STK_PoissonParameters.h.