Click or drag to resize

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
C#
public abstract float Process(
	float[] input
)

Parameters

input
Type: SystemSingle

Return Value

Type: Single
The output signal of the neuron.
See Also