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