public class PerformanceListener extends Object implements IterationListener
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceListener.Builder |
| Constructor and Description |
|---|
PerformanceListener(int frequency) |
PerformanceListener(int frequency,
boolean reportScore) |
| Modifier and Type | Method and Description |
|---|---|
void |
iterationDone(Model model,
int iteration,
int epoch)
Event listener for each iteration
|
public PerformanceListener(int frequency)
public PerformanceListener(int frequency,
boolean reportScore)
public void iterationDone(Model model, int iteration, int epoch)
IterationListeneriterationDone in interface IterationListenermodel - the model iteratingiteration - the iterationCopyright © 2018. All rights reserved.