| 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.) 
 | 
| de.lmu.ifi.dbs.elki.evaluation.histogram | 
 Functionality for the evaluation of algorithms using histograms. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HistogramResult<DoubleVector> | 
DistanceStatisticsWithClasses.run(Database database)  | 
HistogramResult<DoubleVector> | 
EvaluateRankingQuality.run(Database database)  | 
HistogramResult<DoubleVector> | 
AveragePrecisionAtK.run(Database database)  | 
HistogramResult<DoubleVector> | 
RankingQualityHistogram.run(Database database,
   Relation<O> relation)
Process a database 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HistogramResult<DoubleVector> | 
ComputeOutlierHistogram.evaluateOutlierResult(Database database,
                     OutlierResult or)
Evaluate a single outlier result as histogram. 
 |