![]() |
GestureRecognitionToolkit
Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Public Member Functions | |
bool | train (UINT classLabel, MatrixDouble &trainingData, VectorDouble &weightsVector) |
double | predict (const VectorDouble &observation) |
double | predictUnnormed (const VectorDouble &x) |
double | gauss (const double x, const double mu, const double sigma) |
double | unnormedGauss (const double x, const double mu, const double sigma) |
void | recomputeThresholdValue (const double gamma) |
double | SQR (double x) |
Public Attributes | |
UINT | N |
UINT | classLabel |
double | threshold |
double | gamma |
double | trainingMu |
double | trainingSigma |
VectorDouble | mu |
VectorDouble | sigma |
VectorDouble | weights |
Definition at line 38 of file ANBC_Model.h.