public interface PassFinishedCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
onPassFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights)
This callback when a pass over a stream of a minimization objective is
finished.
|
boolean onPassFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights)
pass - the number of the current pass.iteration - the number of the current iteration.cost - the validation error after the current pass. If no hold-out
validation was chosen, it will be zero.currentWeights - the current optimal weights.Copyright © 2015. All rights reserved.