Uses of Class
elki.application.AbstractDistanceBasedApplication
-
Packages that use AbstractDistanceBasedApplication Package Description elki.application.benchmark Benchmarking pseudo algorithms.elki.application.greedyensemble Greedy ensembles for outlier detection.elki.application.statistics Applications to compute some basic data set statistics. -
-
Uses of AbstractDistanceBasedApplication in elki.application.benchmark
Subclasses of AbstractDistanceBasedApplication in elki.application.benchmark Modifier and Type Class Description class
KNNBenchmark<O>
Benchmarking experiment that computes the k nearest neighbors for each query point.class
PrioritySearchBenchmark<O>
Benchmarking experiment that computes the k nearest neighbors for each query point.class
RangeQueryBenchmark<O extends NumberVector>
Benchmarking algorithm that computes a range query for each point.class
ValidateApproximativeKNNIndex<O>
Algorithm to validate the quality of an approximative kNN index, by performing a number of queries and comparing them to the results obtained by exact indexing (e.g., linear scanning). -
Uses of AbstractDistanceBasedApplication in elki.application.greedyensemble
Subclasses of AbstractDistanceBasedApplication in elki.application.greedyensemble Modifier and Type Class Description class
ComputeKNNOutlierScores<O extends NumberVector>
Application that runs a series of kNN-based algorithms on a data set, for building an ensemble in a second step. -
Uses of AbstractDistanceBasedApplication in elki.application.statistics
Subclasses of AbstractDistanceBasedApplication in elki.application.statistics Modifier and Type Class Description class
EstimateIntrinsicDimensionality<O>
Estimate global average intrinsic dimensionality of a data set.class
RangeQuerySelectivity<V extends NumberVector>
Evaluate the range query selectivity.
-