Package | Description |
---|---|
org.openimaj.knn | |
org.openimaj.ml.clustering.assignment.hard |
Modifier and Type | Method and Description |
---|---|
ObjectNearestNeighboursExact<T> |
ObjectNearestNeighboursExact.Factory.create(T[] data) |
Modifier and Type | Field and Description |
---|---|
protected ObjectNearestNeighboursExact<T> |
ExactFeatureVectorAssigner.nn |
Modifier and Type | Method and Description |
---|---|
ObjectNearestNeighboursExact<T> |
ExactFeatureVectorAssigner.getNN()
Get the underlying nearest-neighbour implementation.
|