See: Description
| Interface | Description |
|---|---|
| KNNQuery<O> |
The interface of an actual instance.
|
| Class | Description |
|---|---|
| AbstractDistanceKNNQuery<O> |
Instance for the query on a particular database.
|
| LinearScanDistanceKNNQuery<O> |
Instance of this query for a particular database.
|
| LinearScanEuclideanDistanceKNNQuery<O extends NumberVector> |
Instance of this query for a particular database.
|
| LinearScanPrimitiveDistanceKNNQuery<O> |
Instance of this query for a particular database.
|
| PreprocessorKNNQuery<O> |
Instance for a particular database, invoking the preprocessor.
|
Copyright © 2019 ELKI Development Team. License information.