public interface ValidationFinishedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onValidationFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights,
de.jungblut.online.ml.FeatureOutcomePair pair)
This callback when a pass over an example in a stream of a minimization
objective is finished.
|
void onValidationFinished(int pass,
long iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights,
de.jungblut.online.ml.FeatureOutcomePair pair)
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.the - feature/outcome pair used to validateCopyright © 2015. All rights reserved.