Uses of Interface
de.jungblut.math.minimize.IterationCompletionListener
-
Packages that use IterationCompletionListener Package Description de.jungblut.classification.eval de.jungblut.math.minimize -
-
Uses of IterationCompletionListener in de.jungblut.classification.eval
Classes in de.jungblut.classification.eval that implement IterationCompletionListener Modifier and Type Class Description classEvaluationListener<A extends Classifier>The evaluation listener is majorly used to track the overfitting of a classifier while training.classTestSetIterationCallback<T extends Classifier>This callback is used to evaluate the performance on a held-out test set. -
Uses of IterationCompletionListener in de.jungblut.math.minimize
Methods in de.jungblut.math.minimize with parameters of type IterationCompletionListener Modifier and Type Method Description voidAbstractMinimizer. addIterationCompletionCallback(IterationCompletionListener lst)Add a callback listener that triggers after a iteration.
-