Package | Description |
---|---|
org.openimaj.knn | |
org.openimaj.knn.pq | |
org.openimaj.ml.clustering.assignment.hard |
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. |
Modifier and Type | Field and Description |
---|---|
protected DoubleNearestNeighboursExact |
ExactDoubleAssigner.nn |
Modifier and Type | Method and Description |
---|---|
DoubleNearestNeighboursExact |
ExactDoubleAssigner.getNN()
Get the underlying nearest-neighbour implementation.
|