| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.pq | |
| 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[] |
ShortProductQuantiser.assigners |
| Constructor and Description |
|---|
ShortProductQuantiser(ShortNearestNeighboursExact[] assigners)
Construct a
ShortProductQuantiser with the given
nearest-neighbour assigners. |
| 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.
|