Uses of Interface
elki.distance.IndexBasedDistance
-
Packages that use IndexBasedDistance Package Description elki.distance Distance functions for use within ELKI. -
-
Uses of IndexBasedDistance in elki.distance
Classes in elki.distance that implement IndexBasedDistance Modifier and Type Class Description class
AbstractIndexBasedDistance<O,F extends IndexFactory<O>>
Abstract super class for distance functions needing a database index.class
SharedNearestNeighborJaccardDistance<O>
SharedNearestNeighborJaccardDistance computes the Jaccard coefficient, which is a proper distance metric.
-