NearestNeighborOptions
Options to the nearest neighbor algorithm.
Elements
| Name | Type | Description |
|---|---|---|
| method | NearestNeighborMethod | The method to use. |
| metric | NearestNeighborMetric | The metric to use. |
| k | int | The value of k, if the IMAQ_K_NEAREST_NEIGHBOR method is used. |