Rapid-Mix API  v2.2.0
A simple library for machine learning & signal processing
rapidGVF Class Reference

This class is an adapter for the GVF library from Baptiste Caramiaux. More...

#include <rapidGVF.h>

Collaboration diagram for rapidGVF:
Collaboration graph

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
 

Detailed Description

This class is an adapter for the GVF library from Baptiste Caramiaux.

Constructor & Destructor Documentation

§ rapidGVF()

rapidGVF::rapidGVF ( )

§ ~rapidGVF()

rapidGVF::~rapidGVF ( )

Member Function Documentation

§ run()

std::vector< double > rapidGVF::run ( const std::vector< double > &  inputVector)

§ train()

bool rapidGVF::train ( const rapidmix::trainingData newTrainingData)

Member Data Documentation

§ currentGesture

GVFGesture rapidGVF::currentGesture
protected

§ gvf

GVF* rapidGVF::gvf
protected

§ outcomes

GVFOutcomes rapidGVF::outcomes
protected

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