Mixture Member List
This is the complete list of members for
Mixture, including all inherited members.
_componentPdfs | Mixture | [protected] |
_componentWeights | Mixture | [protected] |
_cumWeights | Mixture | [protected] |
_numComponents | Mixture | [protected] |
AddComponent(Pdf< T > &pdf) | Mixture | [inline] |
AddComponent(Pdf< T > &pdf, Probability w) | Mixture | [inline] |
Clone() const | Mixture | [inline, virtual] |
ComponentGet(unsigned int componentNumber) const | Mixture | [inline] |
ComponentsGet() const | Mixture | [inline] |
CovarianceGet() const | Mixture | [inline, virtual] |
CumWeightsUpdate() | Mixture | [inline, protected] |
DeleteComponent(unsigned int componentNumber) | Mixture | [inline] |
DimensionGet() const | Pdf | [inline] |
DimensionSet(unsigned int dim) | Pdf | [inline, virtual] |
ExpectedValueGet() const | Mixture | [inline, virtual] |
Mixture(unsigned int dimension=0) | Mixture | [inline] |
Mixture(U &componentVector) | Mixture | [inline] |
Mixture(const Mixture &my_mixture) | Mixture | [inline] |
MostProbableComponentGet() const | Mixture | [inline] |
NormalizeWeights() | Mixture | [inline, protected] |
NumComponentsGet() const | Mixture | [inline] |
Pdf(unsigned int dimension=0) | Pdf | [inline] |
ProbabilityGet(const T &state) const | Mixture | [inline, virtual] |
SampleFrom(vector< Sample< T > > &list_samples, const unsigned int num_samples, int method=DEFAULT, void *args=NULL) const | Mixture | [inline, virtual] |
SampleFrom(Sample< T > &one_sample, int method=DEFAULT, void *args=NULL) const | Mixture | [inline, virtual] |
TestNotInit() const | Mixture | [inline, protected] |
WeightGet(unsigned int componentNumber) const | Mixture | [inline] |
WeightSet(unsigned int componentNumber, Probability w) | Mixture | [inline] |
WeightsGet() const | Mixture | [inline] |
WeightsSet(vector< Probability > &weights) | Mixture | [inline] |
~Mixture() | Mixture | [inline, virtual] |
~Pdf() | Pdf | [inline, virtual] |