Uses of Package
elki.application.benchmark
-
Packages that use elki.application.benchmark Package Description elki.application.benchmark Benchmarking pseudo algorithms. -
Classes in elki.application.benchmark used by elki.application.benchmark Class Description KNNBenchmark Benchmarking experiment that computes the k nearest neighbors for each query point.PrioritySearchBenchmark Benchmarking experiment that computes the k nearest neighbors for each query point.RangeQueryBenchmark Benchmarking algorithm that computes a range query for each point.ValidateApproximativeKNNIndex 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).