GClasses
GClasses::SOM::Node Class Reference

Detailed Description

A node in a self-organizing map.

#include <GSelfOrganizingMap.h>

Public Member Functions

 Node ()
 Just make an empty node. More...
 
 Node (const GDomNode *domObject)
 Generate this node from the one serialized in the dom object. More...
 
GDomNodeserialize (GDom *pDoc) const
 Return a new dom node generated in pDoc representing this node object. More...
 

Public Attributes

std::vector< double > outputLocation
 The location in the map. This is the grid coordinates in the original specification of the map algorithm from Kohonen. More...
 
std::vector< double > weights
 The location in the input weight-space. More...
 

Constructor & Destructor Documentation

GClasses::SOM::Node::Node ( )
inline

Just make an empty node.

GClasses::SOM::Node::Node ( const GDomNode domObject)

Generate this node from the one serialized in the dom object.

Member Function Documentation

GDomNode* GClasses::SOM::Node::serialize ( GDom pDoc) const

Return a new dom node generated in pDoc representing this node object.

Member Data Documentation

std::vector<double> GClasses::SOM::Node::outputLocation

The location in the map. This is the grid coordinates in the original specification of the map algorithm from Kohonen.

std::vector<double> GClasses::SOM::Node::weights

The location in the input weight-space.