Click or drag to resize

BackpropagationStatus 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 BackpropagationStatus type exposes the following members.

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