#include <initializer.h>
Inheritance diagram for NeuronInitializer:

Public Methods | |
| virtual void | initialize (Neuron &neuron)=0 |
| virtual NeuronInitializer * | clone () const |
Definition at line 33 of file initializer.h.
|
|
Implementor has to overload this if the initializers are to be cloned.
Reimplemented in GaussianInitializer, and DummyInitializer. Definition at line 46 of file initializer.h. |
|
|
The implementor should overload this to initialize the neuron and it's weights.
Implemented in GaussianInitializer, and DummyInitializer. Referenced by ANNetwork::init(). |
1.2.18