See: Description

| Interface | Description |
|---|---|
| KNNQuery<O,D extends Distance<D>> |
The interface of an actual instance.
|
| Class | Description |
|---|---|
| AbstractDistanceKNNQuery<O,D extends Distance<D>> |
Instance for the query on a particular database.
|
| DoubleOptimizedDistanceKNNQuery<O> |
Optimized linear scan query for
PrimitiveDoubleDistanceFunctions. |
| LinearScanDistanceKNNQuery<O,D extends Distance<D>> |
Instance of this query for a particular database.
|
| LinearScanPrimitiveDistanceKNNQuery<O,D extends Distance<D>> |
Instance of this query for a particular database.
|
| PreprocessorKNNQuery<O,D extends Distance<D>,T extends KNNList<D>> |
Instance for a particular database, invoking the preprocessor.
|
Prepared queries for k nearest neighbor (kNN) queries.