| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.database.query.rknn |
Prepared queries for reverse k nearest neighbor (rkNN) queries.
|
| de.lmu.ifi.dbs.elki.index.preprocessed.knn |
Indexes providing KNN and rKNN data.
|
| Modifier and Type | Field and Description |
|---|---|
private MaterializeKNNAndRKNNPreprocessor<O,D> |
PreprocessorRKNNQuery.preprocessor
The last preprocessor result
|
| Constructor and Description |
|---|
PreprocessorRKNNQuery(Relation<O> database,
MaterializeKNNAndRKNNPreprocessor<O,D> preprocessor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MaterializeKNNAndRKNNPreprocessor<O,D> |
MaterializeKNNAndRKNNPreprocessor.Factory.instantiate(Relation<O> relation) |