| Interface | Description |
|---|---|
| StopCondition |
Interface for learning rule stop condition.
|
| Class | Description |
|---|---|
| MaxErrorStop |
Stops learning rule if total network error is below some specified value
|
| MaxIterationsStop |
Stops learning rule if specified number of iterations has been reached
|
| SmallErrorChangeStop |
Stops learning rule if error change has been too small for specified number
of iterations
|
Copyright © 2019 Neuroph Project. All rights reserved.