protected class InMemoryIDistanceIndex.IDistanceKNNQuery extends AbstractRefiningIndex.AbstractKNNQuery
distanceQuery, relation
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE
Constructor and Description |
---|
InMemoryIDistanceIndex.IDistanceKNNQuery(DistanceQuery<O> distanceQuery)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
KNNList |
getKNNForObject(O obj,
int k)
Get the k nearest neighbors for a particular id.
|
incRefinements, refine
getKNNForBulkDBIDs, getKNNForDBID
public InMemoryIDistanceIndex.IDistanceKNNQuery(DistanceQuery<O> distanceQuery)
distanceQuery
- Distance querypublic KNNList getKNNForObject(O obj, int k)
KNNQuery
getKNNForObject
in interface KNNQuery<O>
getKNNForObject
in class AbstractDistanceKNNQuery<O>
obj
- Query objectk
- Number of neighbors requestedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.