Package | Description |
---|---|
org.openimaj.knn | |
org.openimaj.ml.annotation.basic |
Modifier and Type | Class and Description |
---|---|
class |
ObjectNearestNeighboursExact<T>
Exact (brute-force) k-nearest-neighbour implementation for objects with a
compatible
DistanceComparator . |
Modifier and Type | Field and Description |
---|---|
protected ObjectNearestNeighbours<FEATURE> |
KNNAnnotator.nn |