Package | Description |
---|---|
org.joone.engine.listeners | |
org.joone.structure |
Modifier and Type | Class and Description |
---|---|
class |
DeltaBasedConvergenceObserver
This observer observes if the network has convergenced based on the size of the
weight updates (deltas).
|
class |
ErrorBasedConvergenceObserver
This observer observes if the network has convergenced based on the
sequence of training errors.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvergenceListener.netConverged(ConvergenceEvent anEvent,
ConvergenceObserver anObserver)
This method is called whenever the network has converged according to some
ConvergenceObserver |
Modifier and Type | Method and Description |
---|---|
void |
Nakayama.netConverged(ConvergenceEvent anEvent,
ConvergenceObserver anObserver) |
Submit Feedback to pmarrone@users.sourceforge.net