| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.approximate | |
| org.openimaj.knn.pq |
| Modifier and Type | Class and Description |
|---|---|
class |
IntNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IntNearestNeighbours |
IntNearestNeighboursProvider.getNearestNeighbours() |
| Modifier and Type | Class and Description |
|---|---|
class |
IntNearestNeighboursKDTree
Fast Nearest-Neighbours for int data using an ensemble of Best-Bin-First KDTrees.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalIntADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IntADCNearestNeighbours
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product
Quantised vectors.
|
class |
IntSDCNearestNeighbours
Nearest-neighbours using Symmetric Distance Computation (SDC) on Product
Quantised vectors.
|