#include <InputLayer.h>
Inheritance diagram for annie::InputLayer:

Public Methods | |
| InputLayer (int label, int size) | |
| virtual | ~InputLayer () |
| virtual void | setInput (VECTOR &input) |
| Sets the values of the input neurons in this layer to the values provided. More... | |
| virtual void | setInput (real *input) |
| Sets the values of the input neurons in this layer to the values provided. More... | |
| virtual void | addNeuron (Neuron *nrn) |
| virtual const char * | getClassName () |
| Returns "InputLayer". More... | |
|
||||||||||||
|
Construct a layer with the given label and with the given number of inputs.
|
|
|
|
|
|
Adds a neuron to the input layer
Reimplemented from annie::Layer. |
|
|
Returns "InputLayer".
Reimplemented from annie::Layer. |
|
|
Sets the values of the input neurons in this layer to the values provided.
|
|
|
Sets the values of the input neurons in this layer to the values provided.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002