Main Page   Compound List   File List   Compound Members   File Members  

Node Class Reference

base class of node. More...

#include <Node.h>

List of all members.

Public Methods

 Node ()
 default constructor. More...

virtual ~Node ()
 default destructor. More...

ClusterType type () const
 return the type of the cluster. More...

void setCluster (const Cluster &cluster)
 set the measurement. More...

const Clustercluster () const
 return the measurement. More...

void setResidual (double residual)
 set the residual hypervector. More...

double residual () const
 return the hypervector residual. More...

void setResidualError (double error)
 set a residual error. More...

double residualError () const
 return the residual error. More...

double quality () const
 return the quality of the residual. More...


Protected Attributes

const Clusterm_cluster
 the cluster. More...

double m_residual
 residual value. More...

double m_error
 error of the residual. More...


Detailed Description

base class of node.


Constructor & Destructor Documentation

Node::Node   [inline]
 

default constructor.

virtual Node::~Node   [inline, virtual]
 

default destructor.


Member Function Documentation

const Cluster& Node::cluster   const [inline]
 

return the measurement.

double Node::quality   const [inline]
 

return the quality of the residual.

double Node::residual   const [inline]
 

return the hypervector residual.

double Node::residualError   const [inline]
 

return the residual error.

void Node::setCluster const Cluster   cluster [inline]
 

set the measurement.

void Node::setResidual double    residual [inline]
 

set the residual hypervector.

void Node::setResidualError double    error [inline]
 

set a residual error.

ClusterType Node::type   const [inline]
 

return the type of the cluster.


Member Data Documentation

const Cluster* Node::m_cluster [protected]
 

the cluster.

double Node::m_error [protected]
 

error of the residual.

double Node::m_residual [protected]
 

residual value.


The documentation for this class was generated from the following file:
Generated on Thu Sep 9 10:05:54 2004 for New Track Event Model by doxygen 1.2.14 written by Dimitri van Heesch, © 1997-2002