Uses of Class
adams.data.evaluator.instance.AbstractNearestNeighborBasedEvaluator
-
Packages that use AbstractNearestNeighborBasedEvaluator Package Description adams.data.evaluator.instance -
-
Uses of AbstractNearestNeighborBasedEvaluator in adams.data.evaluator.instance
Subclasses of AbstractNearestNeighborBasedEvaluator in adams.data.evaluator.instance Modifier and Type Class Description class
CrossValidatedNeighborHood
Evaluator that cross-validates the specified classifier on the neighborhood determined for the instance under evaluation.class
CrossValidatedPrediction
Evaluator that (kind of) cross-validates the specified classifier on the neighborhood determined for the instance under evaluation.
A classifier is built on each of the training sets that is generated for the cross-validation.class
DistanceToCenter
Uses the specified nearest neighbor search to determine a neighborhood.class
DistanceToClosest
Uses the specified nearest neighbor search to locate the closest instance in the training data and returns the distance to it.
-