
protected class InMemoryLSHIndex.Instance.LSHKNNQuery extends AbstractRefiningIndex.AbstractKNNQuery
distanceQuery, relationHINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Constructor and Description |
|---|
InMemoryLSHIndex.Instance.LSHKNNQuery(DistanceQuery<V> distanceQuery)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
KNNList |
getKNNForObject(V obj,
int k)
Get the k nearest neighbors for a particular id.
|
incRefinements, refinegetKNNForBulkDBIDs, getKNNForDBIDpublic InMemoryLSHIndex.Instance.LSHKNNQuery(DistanceQuery<V> distanceQuery)
distanceQuery - public KNNList getKNNForObject(V obj, int k)
KNNQuerygetKNNForObject in interface KNNQuery<V>getKNNForObject in class AbstractDistanceKNNQuery<V>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.