Package elki.evaluation.scores.adapter
Adapter classes for ranking and scoring measures.
-
Class Summary Class Description AbstractVectorIter Class to iterate over a number vector in decreasing order.DecreasingVectorIter Class to iterate over a number vector in decreasing order.DistanceResultAdapter This adapter is used to process a list of (double, DBID) objects.FilteredDistanceResultAdapter This adapter is used to process a list of (double, DBID) objects, but allows skipping one object in the ranking.IncreasingVectorIter Class to iterate over a number vector in decreasing order.OutlierScoreAdapter This adapter can be used for an arbitrary collection of Integers, and uses that id1.compareTo(id2) !SimpleAdapter This adapter can be used for an arbitrary collection of DBIDs, and does hence not have a notion of ties.