![]() |
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.
|
This is the main base class that all GRT Regression algorithms should inherit from. More...
#include "MLBase.h"
#include "../DataStructures/ClassificationData.h"
#include "../DataStructures/TimeSeriesClassificationData.h"
Go to the source code of this file.
Classes | |
class | GRT::Regressifier |
class | GRT::RegisterRegressifierModule< T > |
Namespaces | |
GRT | |
Macros | |
#define | DEFAULT_NULL_LIKELIHOOD_VALUE 0 |
#define | DEFAULT_NULL_DISTANCE_VALUE 0 |
Functions | |
template<typename T > | |
Regressifier * | GRT::newRegressionModuleInstance () |
This is the main base class that all GRT Regression algorithms should inherit from.
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 Regressifier.h.