Uses of Interface
elki.distance.IndexBasedDistance.Instance
-
Packages that use IndexBasedDistance.Instance Package Description elki.distance Distance functions for use within ELKI. -
-
Uses of IndexBasedDistance.Instance in elki.distance
Classes in elki.distance that implement IndexBasedDistance.Instance Modifier and Type Class Description static class
AbstractIndexBasedDistance.Instance<O,I extends Index,F extends Distance<? super O>>
The actual instance bound to a particular database.static class
SharedNearestNeighborJaccardDistance.Instance<T>
Actual instance for a dataset.
-