![]() | Backpropagation.Status Structure |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public struct Status
The Backpropagation.Status type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
The current error value.
|
![]() | IsRunning | true if the training is running.
|
![]() | IsStopping | true if the training is being interrupted.
|
![]() | Iteration |
The current iteration of the training algorithm.
|
![]() | Successful | true if the training finished successfully.
|