
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, logStatisticsgetLongName, getShortNameDistanceQuery<O> getDistanceQuery(DistanceFunction<? super O> distanceFunction, Object... hints)
distanceFunction - Distance function to use.hints - Hints for the optimizernullCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.