|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
O - Database Object typepublic interface RKNNIndex<O>

Index with support for kNN queries.
| Method Summary | ||
|---|---|---|
|
getRKNNQuery(DistanceQuery<O,D> distanceQuery,
Object... hints)
Get a KNN query object for the given distance query and k. |
|
| Methods inherited from interface de.lmu.ifi.dbs.elki.index.Index |
|---|
delete, deleteAll, getPageFileStatistics, insert, insertAll |
| Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result |
|---|
getLongName, getShortName |
| Method Detail |
|---|
<D extends Distance<D>> RKNNQuery<O,D> getRKNNQuery(DistanceQuery<O,D> distanceQuery,
Object... hints)
D - Distance typedistanceQuery - Distance queryhints - Hints for the optimizer
null
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||