| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.approximate | |
| org.openimaj.knn.pq |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ByteNearestNeighbours |
ByteNearestNeighboursProvider.getNearestNeighbours() |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteNearestNeighboursKDTree
Fast Nearest-Neighbours for byte data using an ensemble of Best-Bin-First KDTrees.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteADCNearestNeighbours
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product
Quantised vectors.
|
class |
ByteSDCNearestNeighbours
Nearest-neighbours using Symmetric Distance Computation (SDC) on Product
Quantised vectors.
|
class |
IncrementalByteADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|