| NeuronProcess Method |
Process a set of inputs.
Namespace:
RavingBots.MagicGestures.AI.Neural
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public abstract float Process(
float[] input
)
Parameters
- input
- Type: SystemSingle
Return Value
Type:
SingleThe output signal of the neuron.
See Also