GClasses

GClasses::SOM::Node Class Reference

A node in a self-organizing map. More...

#include <GSelfOrganizingMap.h>

List of all members.

Public Member Functions

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

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.
std::vector< double > weights
 The location in the input weight-space.

Detailed Description

A node in a self-organizing map.


Constructor & Destructor Documentation

GClasses::SOM::Node::Node ( ) [inline]

Just make an empty node.

GClasses::SOM::Node::Node ( 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

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.