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

This class implements a Random Decision Forest classifier. More...

Go to the source code of this file.

Classes

class  GRT::RandomForests
 

Namespaces

 GRT
 

Detailed Description

This class implements a Random Decision Forest classifier.

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

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.