![]() |
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 class implements a Random Decision Forest classifier. More...
#include "../DecisionTree/DecisionTree.h"
Go to the source code of this file.
Classes | |
class | GRT::RandomForests |
Namespaces | |
GRT | |
This class implements a Random Decision Forest classifier.
Random Forests are an ensemble learning method that operate by building a number of decision trees at training time and outputting the class with the majority vote over all the trees in the ensemble.
Definition in file RandomForests.h.