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