| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.approximate | |
| org.openimaj.knn.lsh | |
| org.openimaj.knn.pq |
| Class and Description |
|---|
| ByteNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with byte[] data.
|
| ByteNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| CoordinateIndex
Interface representing an index of
Coordinates that can
have points added to it and can be searched in a variety of ways. |
| DoubleNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with double[] data.
|
| DoubleNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| FloatNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with float[] data.
|
| FloatNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| IncrementalNearestNeighbours
Extension to K-nearest-neighbour that allows database points to be added
dynamically.
|
| IntNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with int[] data.
|
| IntNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| LongNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with long[] data.
|
| LongNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| NearestNeighbours
Interface for k-nearest-neighbour calculations with some data.
|
| NearestNeighboursFactory
Interface for factory objects that can produce
NearestNeighbours
objects for some given data. |
| ObjectNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with any form of
object that can be compared with a
DistanceComparator. |
| ObjectNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation for objects with a
compatible
DistanceComparator. |
| ShortNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with short[] data.
|
| ShortNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| Class and Description |
|---|
| ByteNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with byte[] data.
|
| DoubleNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with double[] data.
|
| FloatNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with float[] data.
|
| IntNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with int[] data.
|
| LongNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with long[] data.
|
| NearestNeighbours
Interface for k-nearest-neighbour calculations with some data.
|
| NearestNeighboursFactory
Interface for factory objects that can produce
NearestNeighbours
objects for some given data. |
| ShortNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with short[] data.
|
| Class and Description |
|---|
| IncrementalNearestNeighbours
Extension to K-nearest-neighbour that allows database points to be added
dynamically.
|
| NearestNeighbours
Interface for k-nearest-neighbour calculations with some data.
|
| Class and Description |
|---|
| ByteNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with byte[] data.
|
| ByteNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| DoubleNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with double[] data.
|
| DoubleNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| FloatNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with float[] data.
|
| FloatNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| IncrementalNearestNeighbours
Extension to K-nearest-neighbour that allows database points to be added
dynamically.
|
| IntNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with int[] data.
|
| IntNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| LongNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with long[] data.
|
| LongNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|
| NearestNeighbours
Interface for k-nearest-neighbour calculations with some data.
|
| ShortNearestNeighbours
Abstract base class for k-nearest-neighbour calculations with short[] data.
|
| ShortNearestNeighboursExact
Exact (brute-force) k-nearest-neighbour implementation.
|