Float Input Neurons
Neurons whose states can be externally assigned. Used for input neurons of neighboring and feedforward neural networks.
Structure
Constructor
FloatInputNeuron()
Public Methods
-
void assign_value(float value)
- Externally assign value to neuron
value
becomes thestate
of the neuron
Code
For more details on private variables, methods, and other functionalities performed within the definition of the class, refer to the hpp file and the cpp file .