GestureRecognitionToolkit  Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
ClusterTree Directory Reference

Files

file  ClusterTree.h [code]
 This class implements a Cluster Tree. This can be used to automatically build a cluster model (where each leaf node in the tree is given a unique cluster label) and then predict the best cluster label for a new input sample.
 
file  ClusterTreeNode.h [code]
 This file implements a ClusterTreeNode, which is a specific type of node used for a ClusterTree.