#include <RBFWeightLayer.hpp>
Inheritance diagram for RBFWeightLayer:
Public Member Functions | |
RBFWeightLayer (unsigned int nofOutputNodes) | |
~RBFWeightLayer () | |
virtual void | CreateWeightsObject (RBFNode *n) |
virtual void | DeleteWeightsObject (RBFNode *n) |
virtual void | SetSignal (RBFNode *n, double s) |
virtual double | GetWeightedSum (unsigned int outputNodeIndex) |
virtual void | UpdateWeights (Vector &etaDiff) |
Private Attributes | |
std::map< RBFNode *, RBFWeights * > | m_weights |
unsigned int | m_nofOutputNodes |
|
|
|
|
|
Implements IWeightLayerToHidden. |
|
Implements IWeightLayerToHidden. |
|
Implements IWeightLayerToHidden. |
|
Implements IWeightLayerToOutput. |
|
|
|
|
|
|