Click or drag to resize

Perceptron Constructor

Construct a new neuron with the given input count and the given activation function.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Perceptron(
	int inputCount,
	ActivationFuncType funcType
)

Parameters

inputCount
Type: SystemInt32
funcType
Type: RavingBots.MagicGestures.AI.Neural.ClassicActivationFuncType
See Also