Click or drag to resize

Backpropagation.Status Structure

The description of the training status.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public struct Status

The Backpropagation.Status type exposes the following members.

Fields
  NameDescription
Public fieldError
The current error value.
Public fieldIsRunning
true if the training is running.
Public fieldIsStopping
true if the training is being interrupted.
Public fieldIteration
The current iteration of the training algorithm.
Public fieldSuccessful
true if the training finished successfully.
Top
See Also