O
- Object typepublic interface DistanceIndex<O> extends Index
Modifier and Type | Method and Description |
---|---|
DistanceQuery<O> |
getDistanceQuery(DistanceFunction<? super O> distanceFunction,
java.lang.Object... hints)
Get a KNN query object for the given distance query and k.
|
initialize, logStatistics
getLongName, getShortName
DistanceQuery<O> getDistanceQuery(DistanceFunction<? super O> distanceFunction, java.lang.Object... hints)
distanceFunction
- Distance function to use.hints
- Hints for the optimizernull
Copyright © 2019 ELKI Development Team. License information.