| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.pq | |
| org.openimaj.ml.clustering.assignment.hard |
| Modifier and Type | Method and Description |
|---|---|
IntNearestNeighboursExact |
IntNearestNeighboursExact.Factory.create(int[][] data) |
| Modifier and Type | Field and Description |
|---|---|
protected IntNearestNeighboursExact[] |
IntProductQuantiser.assigners |
| Constructor and Description |
|---|
IntProductQuantiser(IntNearestNeighboursExact[] assigners)
Construct a
IntProductQuantiser with the given
nearest-neighbour assigners. |
| Modifier and Type | Field and Description |
|---|---|
protected IntNearestNeighboursExact |
ExactIntAssigner.nn |
| Modifier and Type | Method and Description |
|---|---|
IntNearestNeighboursExact |
ExactIntAssigner.getNN()
Get the underlying nearest-neighbour implementation.
|