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