Package elki.index.preprocessed.snn
Interface SharedNearestNeighborIndex<O>
-
- All Superinterfaces:
elki.index.Index
- All Known Implementing Classes:
SharedNearestNeighborPreprocessor
public interface SharedNearestNeighborIndex<O> extends elki.index.IndexInterface for an index providing nearest neighbor sets.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSharedNearestNeighborIndex.Factory<O>Factory interface
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description elki.database.ids.ArrayDBIDsgetNearestNeighborSet(elki.database.ids.DBIDRef id)Get the precomputed nearest neighborsintgetNumberOfNeighbors()Get the number of neighbors
-