public interface SharedNearestNeighborIndex<O> extends Index
Modifier and Type | Interface and Description |
---|---|
static interface |
SharedNearestNeighborIndex.Factory<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 © 2019 ELKI Development Team. License information.