Click or drag to resize

NeuralNetworkProcess Method

Process a set of inputs and update the outputs.

Namespace:  RavingBots.MagicGestures.AI.Neural
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract void Process(
	float[] input
)

Parameters

input
Type: SystemSingle
See Also