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 classKNNBenchmark<O>Benchmarking experiment that computes the k nearest neighbors for each query point.classPrioritySearchBenchmark<O>Benchmarking experiment that computes the k nearest neighbors for each query point.classRangeQueryBenchmark<O extends NumberVector>Benchmarking algorithm that computes a range query for each point.classValidateApproximativeKNNIndex<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 classComputeKNNOutlierScores<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 classEstimateIntrinsicDimensionality<O>Estimate global average intrinsic dimensionality of a data set.classRangeQuerySelectivity<V extends NumberVector>Evaluate the range query selectivity.
-