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 classAbstractIndexBasedDistance<O,F extends IndexFactory<O>>Abstract super class for distance functions needing a database index.classSharedNearestNeighborJaccardDistance<O>SharedNearestNeighborJaccardDistance computes the Jaccard coefficient, which is a proper distance metric.
-