public class TimeIterationListener extends Object implements IterationListener
| Constructor and Description |
|---|
TimeIterationListener(int iterationCount)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
iterationDone(Model model,
int iteration,
int epoch)
Event listener for each iteration
|
public TimeIterationListener(int iterationCount)
iterationCount - The global number of iteration of the processpublic void iterationDone(Model model, int iteration, int epoch)
IterationListeneriterationDone in interface IterationListenermodel - the model iteratingiteration - the iterationCopyright © 2018. All rights reserved.