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