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.
GRT::GaussNeuron Class Reference

Public Member Functions

double & operator[] (const UINT index)
 
bool init (const UINT numInputs, const double sigma=2.0)
 
bool clear ()
 
bool getInitialized () const
 
double getWeightDistance (const VectorDouble &x) const
 
double getSquaredWeightDistance (const VectorDouble &x) const
 
double fire (const VectorDouble &x) const
 
bool saveNeuronToFile (fstream &file) const
 
bool loadNeuronFromFile (fstream &file)
 

Public Attributes

UINT numInputs
 
VectorDouble weights
 
double sigma
 
bool initialized
 

Detailed Description

Definition at line 38 of file SelfOrganizingMap.h.


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