O
- Object typepublic interface DistanceIndex<O> extends Index
Modifier and Type | Method and Description |
---|---|
DistanceQuery<O> |
getDistanceQuery(DistanceFunction<? super O> distanceFunction,
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, Object... hints)
distanceFunction
- Distance function to use.hints
- Hints for the optimizernull
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.