Click or drag to resize

NeuralNetwork Constructor

Construct a new network with a given number of inputs.

Namespace:  RavingBots.MagicGestures.AI.Neural
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected NeuralNetwork(
	int inputCount
)

Parameters

inputCount
Type: SystemInt32
See Also