RBFHiddenLayer Class Reference

The Hidden layer in a SGNG-RBF Network. More...

#include <RBFHiddenLayer.hpp>

Inheritance diagram for RBFHiddenLayer:

DefaultGNGContainer IGNGContainer List of all members.

Public Member Functions

 RBFHiddenLayer (IWeightLayerToHidden *w)
virtual void ApplyInput (Vector const &input)
 Applies the input vector and stores the output signal in the weightlayer.

GNGNodeCreateNode ()
 OVERLOADED from DefaultGNGContainer Modified node creation, so that it also create a Weights object that connects it to all the output nodes.

void DeleteNode (NodeContainer::iterator &i)
 OVERLOADED from DefaultGNGContainer Modified node deletion, so that it also deletes the Weights object that connects it to all the output nodes.


Private Attributes

IWeightLayerToHiddenm_weightLayer

Detailed Description

The Hidden layer in a SGNG-RBF Network.


Constructor & Destructor Documentation

RBFHiddenLayer IWeightLayerToHidden w  ) 
 


Member Function Documentation

virtual void ApplyInput Vector const &  input  )  [virtual]
 

Applies the input vector and stores the output signal in the weightlayer.

Parameters:
input the input signal.

GNGNode* CreateNode  )  [virtual]
 

OVERLOADED from DefaultGNGContainer Modified node creation, so that it also create a Weights object that connects it to all the output nodes.

Reimplemented from DefaultGNGContainer.

void DeleteNode NodeContainer::iterator &  i  )  [virtual]
 

OVERLOADED from DefaultGNGContainer Modified node deletion, so that it also deletes the Weights object that connects it to all the output nodes.

Parameters:
i the position of the node to delete.

Reimplemented from DefaultGNGContainer.


Member Data Documentation

IWeightLayerToHidden* m_weightLayer [private]
 


Generated on Mon Mar 22 16:40:49 2004 for GNG_GL by doxygen 1.3.6