Uses of Package
elki.distance
-
Packages that use elki.distance Package Description elki.distance elki.distance.adapter Distance functions deriving distances from, e.g., similarity measures. -
Classes in elki.distance used by elki.distance Class Description AbstractDatabaseDistance Abstract super class for distance functions needing a database context.IndexBasedDistance Distance function relying on an index (such as preprocessed neighborhoods).IndexBasedDistance.Instance Instance interface for Index based distance functions.RandomStableDistance This is a dummy distance providing random values (obviously not metrical), useful mostly for unit tests and baseline evaluations: obviously this distance provides no benefit whatsoever. -
Classes in elki.distance used by elki.distance.adapter Class Description AbstractDatabaseDistance Abstract super class for distance functions needing a database context.AbstractDatabaseDistance.Instance The actual instance bound to a particular database.