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.
RegisterClustererModule< T > Class Template Reference

This class provides an interface for classes to register themselves with the clusterer base class, this enables Cluterer algorithms to be automatically be created from just a string, e.g.: Clusterer *kmeans = create( "KMeans" );. More...

#include <Clusterer.h>

Inheritance diagram for RegisterClustererModule< T >:
Clusterer

Public Member Functions

 RegisterClustererModule (const std::string &newModuleId)
 

Detailed Description

template<typename T>
class RegisterClustererModule< T >

This class provides an interface for classes to register themselves with the clusterer base class, this enables Cluterer algorithms to be automatically be created from just a string, e.g.: Clusterer *kmeans = create( "KMeans" );.

Definition at line 267 of file Clusterer.h.


The documentation for this class was generated from the following file: