GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
MixtureModel Class Reference

Public Member Functions

GuassModeloperator[] (const UINT i)
 
const GuassModeloperator[] (const UINT i) const
 
Float computeMixtureLikelihood (const VectorFloat &x)
 
bool resize (UINT K)
 
bool recomputeNullRejectionThreshold (Float gamma)
 
bool recomputeNormalizationFactor ()
 
bool printModelValues () const
 
UINT getK () const
 
UINT getClassLabel () const
 
Float getTrainingMu () const
 
Float getTrainingSigma () const
 
Float getNullRejectionThreshold () const
 
Float getNormalizationFactor () const
 
bool setClassLabel (const UINT classLabel)
 
bool setNormalizationFactor (const Float normFactor)
 
bool setTrainingMuAndSigma (const Float trainingMu, const Float trainingSigma)
 
bool setNullRejectionThreshold (const Float nullRejectionThreshold)
 

Detailed Description

Definition at line 82 of file MixtureModel.h.


The documentation for this class was generated from the following file: