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 classCrossValidatedNeighborHoodEvaluator that cross-validates the specified classifier on the neighborhood determined for the instance under evaluation.classCrossValidatedPredictionEvaluator 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.classDistanceToCenterUses the specified nearest neighbor search to determine a neighborhood.classDistanceToClosestUses the specified nearest neighbor search to locate the closest instance in the training data and returns the distance to it.
-