GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Public Member Functions | |
GuassModel & | operator[] (const UINT i) |
const GuassModel & | operator[] (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) |
Definition at line 82 of file MixtureModel.h.