![]() |
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 | |
TimeSeriesClassificationSample (const UINT classLabel, const MatrixDouble &data) | |
TimeSeriesClassificationSample (const TimeSeriesClassificationSample &rhs) | |
TimeSeriesClassificationSample & | operator= (const TimeSeriesClassificationSample &rhs) |
double * | operator[] (const UINT &n) |
const double * | operator[] (const UINT &n) const |
bool | clear () |
bool | addSample (const UINT classLabel, const VectorDouble &sample) |
bool | setTrainingSample (const UINT classLabel, const MatrixDouble &data) |
UINT | getLength () const |
UINT | getNumDimensions () const |
UINT | getClassLabel () const |
MatrixDouble & | getData () |
const MatrixDouble & | getData () const |
Protected Attributes | |
UINT | classLabel |
MatrixDouble | data |
Definition at line 36 of file TimeSeriesClassificationSample.h.