|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.listeners.MaxIterationsListener
This epoch event listener requests training termination after
maxIterations epochs have expired.
| Constructor Summary | |
MaxIterationsListener()
Default constructor. |
|
MaxIterationsListener(int val)
Constructor that sets the maximum number of iterations. |
|
| Method Summary | |
void |
epochEnd(TrainingEpochEvent evt)
Implements the listener interface and handles the end of epoch event. |
int |
getMaxIterations()
The maximum number of iterations. |
void |
setMaxIterations(int maxIterations)
The maximum number of iterations. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MaxIterationsListener()
public MaxIterationsListener(int val)
val - The maximum number of iterations.| Method Detail |
public int getMaxIterations()
public void setMaxIterations(int maxIterations)
maxIterations - The maxIterations to set.public void epochEnd(TrainingEpochEvent evt)
epochEnd in interface EpochEventListenerevt - The epoch end event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||