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