Click or drag to resize

LayerNeurons Property

The array of neurons on this layer.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Perceptron[] Neurons { get; }

Property Value

Type: Perceptron
See Also