public interface SharedNearestNeighborIndex<O> extends Index
Modifier and Type | Interface and Description |
---|---|
static interface |
SharedNearestNeighborIndex.Factory<O,I extends SharedNearestNeighborIndex<O>>
Factory interface
|
Modifier and Type | Method and Description |
---|---|
ArrayDBIDs |
getNearestNeighborSet(DBIDRef id)
Get the precomputed nearest neighbors
|
int |
getNumberOfNeighbors()
Get the number of neighbors
|
initialize, logStatistics
getLongName, getShortName
ArrayDBIDs getNearestNeighborSet(DBIDRef id)
id
- Object IDint getNumberOfNeighbors()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.