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. | 
| LinearScanKNNQuery<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. | 
| LinearScanRawDoubleDistanceKNNQuery<O> | Optimized linear scan query for  PrimitiveDoubleDistanceFunctions. | 
| PreprocessorKNNQuery<O,D extends Distance<D>,T extends KNNResult<D>> | Instance for a particular database, invoking the preprocessor. | 
Prepared queries for k nearest neighbor (kNN) queries.