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