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.
MLBase.h File Reference

This is the main base class that all GRT machine learning algorithms should inherit from. More...

Go to the source code of this file.

Classes

class  GRT::TrainingResultsObserverManager
 
class  GRT::TestResultsObserverManager
 
class  GRT::MLBase
 

Namespaces

 GRT
 

Macros

#define DEFAULT_NULL_LIKELIHOOD_VALUE   0
 
#define DEFAULT_NULL_DISTANCE_VALUE   0
 

Detailed Description

This is the main base class that all GRT machine learning algorithms should inherit from.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0

A large number of the functions in this class are virtual and simply return false as these functions must be overwridden by the inheriting class.

Definition in file MLBase.h.