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