Click or drag to resize

Backpropagation.CurrentSettings Property

The settings used in the current training.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Backpropagation.Settings CurrentSettings { get; private set; }

Property Value

Type: Backpropagation.Settings
See Also