This class is an adapter for the GVF library from Baptiste Caramiaux. More...
#include <rapidGVF.h>

Public Member Functions | |
| rapidGVF () | |
| ~rapidGVF () | |
| bool | train (const rapidmix::trainingData &newTrainingData) |
| std::vector< double > | run (const std::vector< double > &inputVector) |
Protected Attributes | |
| GVF * | gvf |
| GVFGesture | currentGesture |
| GVFOutcomes | outcomes |
This class is an adapter for the GVF library from Baptiste Caramiaux.
| rapidGVF::rapidGVF | ( | ) |
| rapidGVF::~rapidGVF | ( | ) |
| std::vector< double > rapidGVF::run | ( | const std::vector< double > & | inputVector | ) |
| bool rapidGVF::train | ( | const rapidmix::trainingData & | newTrainingData | ) |
|
protected |
|
protected |
|
protected |