Click or drag to resize

MultilayerPerceptronLayers Property

The layers of this network.

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

Property Value

Type: Layer
See Also