#include <RBFHiddenLayer.hpp>
Inheritance diagram for RBFHiddenLayer:
Public Member Functions | |
RBFHiddenLayer (IWeightLayerToHidden *w) | |
virtual void | ApplyInput (Vector const &input) |
Applies the input vector and stores the output signal in the weightlayer. | |
GNGNode * | CreateNode () |
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 | |
IWeightLayerToHidden * | m_weightLayer |
|
|
|
Applies the input vector and stores the output signal in the weightlayer.
|
|
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. |
|
OVERLOADED from DefaultGNGContainer Modified node deletion, so that it also deletes the Weights object that connects it to all the output nodes.
Reimplemented from DefaultGNGContainer. |
|
|