
O - Database Object typepublic interface RKNNIndex<O> extends Index
| Modifier and Type | Method and Description | 
|---|---|
<D extends Distance<D>>  | 
getRKNNQuery(DistanceQuery<O,D> distanceQuery,
            Object... hints)
Get a KNN query object for the given distance query and k. 
 | 
initialize, logStatisticsgetLongName, getShortName<D extends Distance<D>> RKNNQuery<O,D> getRKNNQuery(DistanceQuery<O,D> distanceQuery, Object... hints)
D - Distance typedistanceQuery - Distance queryhints - Hints for the optimizernull