public interface IterationFinishedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onIterationFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights,
boolean validation)
This callback when a pass over an example in a stream of a minimization
objective is finished.
|
void onIterationFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights,
boolean validation)
pass - the number of the current pass.iteration - the number of the current iteration.cost - the cost at the current iteration.currentWeights - the current optimal weights.validation - true if this iteration was used for validation.Copyright © 2015. All rights reserved.