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.
GRT::ANBC_Model Class Reference

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
 

Detailed Description

Definition at line 38 of file ANBC_Model.h.


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