Package de.jungblut.classification.eval
-
Interface Summary Interface Description WeightMapper<A extends Classifier> This interface helps to map minimizable weights of aCostFunctionto aClassifierimplementation. -
Class Summary Class Description EvaluationListener<A extends Classifier> The evaluation listener is majorly used to track the overfitting of a classifier while training.EvaluationSplit Split data class that contains the division of train/test vectors.Evaluator Binary-/Multi-class classification evaluator utility that takes care of test/train splitting and its evaluation with various metrics.Evaluator.EvaluationResult TestSetIterationCallback<T extends Classifier> This callback is used to evaluate the performance on a held-out test set.