STK++ 0.9.13
|
Structure encapsulating the parameters of a MixturGaussian_sj model. More...
#include <STK_HDGaussian_AjkBkQkD.h>
Public Member Functions | |
ModelParameters (int nbCluster) | |
default constructor | |
ModelParameters (ModelParameters const ¶m) | |
copy constructor. | |
~ModelParameters () | |
destructor | |
Real const & | mean (int k, int j) const |
Real const & | sigma (int k, int j) const |
void | resize (Range const &range) |
resize the set of parameter | |
Public Attributes | |
Array1D< CPointX > | mean_ |
array of size nbCluster with the parameters mean of the variables | |
Array1D< CPointX > | sigma_ |
standard deviation of the variables | |
Structure encapsulating the parameters of a MixturGaussian_sj model.
Definition at line 64 of file STK_HDGaussian_AjkBkQkD.h.
|
inline |
default constructor
nbCluster | the number of class of the mixture |
Definition at line 73 of file STK_HDGaussian_AjkBkQkD.h.
|
inline |
copy constructor.
param | the parameters to copy. |
Definition at line 77 of file STK_HDGaussian_AjkBkQkD.h.
|
inline |
|
inline |
Definition at line 83 of file STK_HDGaussian_AjkBkQkD.h.
|
inline |
|
inline |
Definition at line 85 of file STK_HDGaussian_AjkBkQkD.h.
array of size nbCluster with the parameters mean of the variables
Definition at line 67 of file STK_HDGaussian_AjkBkQkD.h.
standard deviation of the variables
Definition at line 69 of file STK_HDGaussian_AjkBkQkD.h.