Package elki.distance
Interface IndexBasedDistance<O>
-
- Type Parameters:
O
- Object type
- All Superinterfaces:
Distance<O>
- All Known Implementing Classes:
AbstractIndexBasedDistance
,SharedNearestNeighborJaccardDistance
public interface IndexBasedDistance<O> extends Distance<O>
Distance function relying on an index (such as preprocessed neighborhoods).- Since:
- 0.3
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IndexBasedDistance.Instance<T,I extends Index>
Instance interface for Index based distance functions.
-
Method Summary
-
Methods inherited from interface elki.distance.Distance
getInputTypeRestriction, instantiate, isMetric, isSquared, isSymmetric
-
-
-
-
Field Detail
-
INDEX_ID
static final OptionID INDEX_ID
OptionID for the index parameter
-
-