#include <InputLayer.h>
Inheritance diagram for InputLayer:
Public Member Functions | |
InputLayer (int label, int size=0) | |
Construct a layer with the given label and with the given number of inputs. | |
virtual | ~InputLayer () |
virtual void | setInput (const Vector &input) |
Sets the values of the input neurons in this layer to the values provided. | |
virtual void | setInput (const real *input) |
Sets the values of the input neurons in this layer to the values provided. | |
virtual void | addNeuron (Neuron *nrn) |
Adds a neuron to the input layer. | |
virtual const char * | getClassName () |
Returns "InputLayer". |
|
Construct a layer with the given label and with the given number of inputs.
|
|
|
|
Adds a neuron to the input layer.
Reimplemented from Layer. |
|
Returns "InputLayer".
Reimplemented from 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.
|