Click or drag to resize

NeuralNetwork.Process 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:System.Single[]
See Also