| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.pq |
| Modifier and Type | Method and Description |
|---|---|
DoubleNearestNeighboursExact |
DoubleNearestNeighboursExact.Factory.create(double[][] data) |
| Modifier and Type | Field and Description |
|---|---|
protected DoubleNearestNeighboursExact[] |
DoubleProductQuantiser.assigners |
| Constructor and Description |
|---|
DoubleProductQuantiser(DoubleNearestNeighboursExact[] assigners)
Construct a
DoubleProductQuantiser with the given
nearest-neighbour assigners. |