Package elki.distance
Interface IndexBasedDistance.Instance<T,I extends Index>
-
- Type Parameters:
T
- Object type
- All Superinterfaces:
DatabaseDistanceQuery<T>
,DistanceQuery<T>
- All Known Implementing Classes:
AbstractIndexBasedDistance.Instance
,SharedNearestNeighborJaccardDistance.Instance
- Enclosing interface:
- IndexBasedDistance<O>
public static interface IndexBasedDistance.Instance<T,I extends Index> extends DatabaseDistanceQuery<T>
Instance interface for Index based distance functions.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
getIndex()
Get the index used.-
Methods inherited from interface elki.database.query.distance.DatabaseDistanceQuery
distance, distance, distance
-
Methods inherited from interface elki.database.query.distance.DistanceQuery
distance, getDistance, getRelation
-
-
-
-
Method Detail
-
getIndex
I getIndex()
Get the index used.- Returns:
- the index used
-
-