| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.statistics | 
 Statistical analysis algorithms
 
  The algorithms in this package perform statistical analysis of the data
  (e.g. compute distributions, distance distributions etc.) 
 | 
| Class and Description | 
|---|
| AddSingleScale
 Pseudo "algorithm" that computes the global min/max for a relation across all
 attributes. 
 | 
| AveragePrecisionAtK
 Evaluate a distance functions performance by computing the average precision
 at k, when ranking the objects by distance. 
 | 
| DistanceStatisticsWithClasses
 Algorithm to gather statistics over the distance distribution in the data
 set. 
 | 
| EvaluateRankingQuality
 Evaluate a distance function with respect to kNN queries. 
 | 
| RankingQualityHistogram
 Evaluate a distance function with respect to kNN queries. 
 |