Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.query.knn |
Prepared queries for k nearest neighbor (kNN) queries.
|
de.lmu.ifi.dbs.elki.index.preprocessed.knn |
Indexes providing KNN and rKNN data.
|
Modifier and Type | Field and Description |
---|---|
private MaterializeKNNPreprocessor<O,D> |
PreprocessorKNNQuery.preprocessor
The last preprocessor result
|
Constructor and Description |
---|
PreprocessorKNNQuery(Relation<O> database,
MaterializeKNNPreprocessor<O,D> preprocessor)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MaterializeKNNAndRKNNPreprocessor<O,D extends Distance<D>>
A preprocessor for annotation of the k nearest neighbors and the reverse k
nearest neighbors (and their distances) to each database object.
|
Modifier and Type | Method and Description |
---|---|
MaterializeKNNPreprocessor<O,D> |
MaterializeKNNPreprocessor.Factory.instantiate(Relation<O> relation) |