Package | Description |
---|---|
org.openimaj.knn | |
org.openimaj.knn.lsh | |
org.openimaj.knn.pq |
Modifier and Type | Class and Description |
---|---|
class |
ObjectNearestNeighboursExact<T>
Exact (brute-force) k-nearest-neighbour implementation for objects with a
compatible
DistanceComparator . |
Modifier and Type | Class and Description |
---|---|
class |
LSHNearestNeighbours<OBJECT>
Nearest-neighbours based on Locality Sensitive Hashing (LSH).
|
Modifier and Type | Class and Description |
---|---|
class |
IncrementalByteADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IncrementalDoubleADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IncrementalFloatADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IncrementalIntADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IncrementalLongADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|
class |
IncrementalShortADCNearestNeighbours
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC)
on Product Quantised vectors.
|