![]() |
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 | |
ClassificationSample (const UINT numDimensions) | |
ClassificationSample (const UINT classLabel, const VectorDouble &sample) | |
ClassificationSample (const ClassificationSample &rhs) | |
ClassificationSample & | operator= (const ClassificationSample &rhs) |
double & | operator[] (const UINT &n) |
const double & | operator[] (const UINT &n) const |
bool | clear () |
UINT | getNumDimensions () const |
UINT | getClassLabel () const |
VectorDouble | getSample () const |
bool | set (UINT classLabel, const VectorDouble &sample) |
bool | setClassLabel (const UINT classLabel) |
bool | setSample (const VectorDouble &sample) |
Protected Attributes | |
UINT | numDimensions |
UINT | classLabel |
VectorDouble | sample |
Definition at line 36 of file ClassificationSample.h.