Uses of Interface
de.jungblut.classification.eval.WeightMapper
-
Packages that use WeightMapper Package Description de.jungblut.classification.eval de.jungblut.classification.nn -
-
Uses of WeightMapper in de.jungblut.classification.eval
Fields in de.jungblut.classification.eval declared as WeightMapper Modifier and Type Field Description protected WeightMapper<A>EvaluationListener. mapperConstructors in de.jungblut.classification.eval with parameters of type WeightMapper Constructor Description EvaluationListener(WeightMapper<A> mapper, EvaluationSplit split)Initializes this listener.EvaluationListener(WeightMapper<A> mapper, EvaluationSplit split, int runInterval)Initializes this listener.TestSetIterationCallback(EvaluationSplit split, WeightMapper<T> mapper, java.util.Comparator<Evaluator.EvaluationResult> resultComparison)Creates a new test set iteration callback instance.TestSetIterationCallback(EvaluationSplit split, WeightMapper<T> mapper, java.util.Comparator<Evaluator.EvaluationResult> resultComparison, int evaluationInterval)Creates a new test set iteration callback instance. -
Uses of WeightMapper in de.jungblut.classification.nn
Classes in de.jungblut.classification.nn that implement WeightMapper Modifier and Type Class Description classMLPWeightMapper
-