JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.openimaj.knn
,
org.openimaj.knn.approximate
,
org.openimaj.knn.lsh
,
org.openimaj.knn.pq
,
org.openimaj.lsh.composition
,
org.openimaj.lsh.functions
,
org.openimaj.lsh.sketch
Class Hierarchy
java.lang.
Object
org.openimaj.lsh.sketch.
BitSetLSHSketcher
<OBJECT> (implements org.openimaj.util.sketch.Sketcher<IN,OUT>)
org.openimaj.knn.approximate.
ByteKDTreeEnsemble
org.openimaj.knn.approximate.
ByteKDTreeEnsemble.ByteKDTreeNode
org.openimaj.lsh.sketch.
ByteLSHSketcher
<OBJECT> (implements org.openimaj.util.sketch.Sketcher<IN,OUT>)
org.openimaj.knn.
ByteNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
ByteADCNearestNeighbours
org.openimaj.knn.pq.
ByteSDCNearestNeighbours
org.openimaj.knn.
ByteNearestNeighboursExact
org.openimaj.knn.approximate.
ByteNearestNeighboursKDTree
org.openimaj.knn.pq.
IncrementalByteADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.
ByteNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
ByteNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
ByteProductQuantiser
org.openimaj.knn.
CoordinateBruteForce
<T> (implements org.openimaj.knn.
CoordinateIndex
<T>)
org.openimaj.knn.
CoordinateKDTree
<T> (implements org.openimaj.knn.
CoordinateIndex
<T>)
org.openimaj.knn.approximate.
DoubleKDTreeEnsemble
org.openimaj.knn.approximate.
DoubleKDTreeEnsemble.DoubleKDTreeNode
org.openimaj.knn.
DoubleNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
DoubleADCNearestNeighbours
org.openimaj.knn.pq.
DoubleSDCNearestNeighbours
org.openimaj.knn.
DoubleNearestNeighboursExact
org.openimaj.knn.approximate.
DoubleNearestNeighboursKDTree
org.openimaj.knn.pq.
IncrementalDoubleADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.
DoubleNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
DoubleNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
DoubleProductQuantiser
org.openimaj.knn.approximate.
FloatKDTreeEnsemble
org.openimaj.knn.approximate.
FloatKDTreeEnsemble.FloatKDTreeNode
org.openimaj.knn.
FloatNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
FloatADCNearestNeighbours
org.openimaj.knn.pq.
FloatSDCNearestNeighbours
org.openimaj.knn.
FloatNearestNeighboursExact
org.openimaj.knn.approximate.
FloatNearestNeighboursKDTree
org.openimaj.knn.pq.
IncrementalFloatADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.
FloatNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
FloatNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
FloatProductQuantiser
org.openimaj.util.hash.composition.HashComposition<OBJECT> (implements org.openimaj.util.hash.HashFunction<OBJECT>)
org.openimaj.lsh.composition.
PolyHashComposition
<OBJECT>
org.openimaj.lsh.composition.
RandomProjectionHashComposition
<OBJECT>
org.openimaj.knn.approximate.
IntKDTreeEnsemble
org.openimaj.knn.approximate.
IntKDTreeEnsemble.IntKDTreeNode
org.openimaj.lsh.sketch.
IntLSHSketcher
<OBJECT> (implements org.openimaj.util.sketch.Sketcher<IN,OUT>)
org.openimaj.knn.
IntNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
IncrementalIntADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.pq.
IntADCNearestNeighbours
org.openimaj.knn.pq.
IntSDCNearestNeighbours
org.openimaj.knn.
IntNearestNeighboursExact
org.openimaj.knn.approximate.
IntNearestNeighboursKDTree
org.openimaj.knn.
IntNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
IntNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
IntProductQuantiser
org.openimaj.knn.approximate.
LongKDTreeEnsemble
org.openimaj.knn.approximate.
LongKDTreeEnsemble.LongKDTreeNode
org.openimaj.lsh.sketch.
LongLSHSketcher
<OBJECT> (implements org.openimaj.util.sketch.Sketcher<IN,OUT>)
org.openimaj.knn.
LongNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
IncrementalLongADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.pq.
LongADCNearestNeighbours
org.openimaj.knn.pq.
LongSDCNearestNeighbours
org.openimaj.knn.
LongNearestNeighboursExact
org.openimaj.knn.approximate.
LongNearestNeighboursKDTree
org.openimaj.knn.
LongNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
LongNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
LongProductQuantiser
org.openimaj.knn.lsh.
LSHNearestNeighbours
<OBJECT> (implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.
ObjectNearestNeighbours
<T> (implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.
ObjectNearestNeighboursExact
<T> (implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.
ObjectNearestNeighboursExact.Factory
<T> (implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.lsh.functions.
RandomisedHashFunction
<OBJECT> (implements org.openimaj.util.hash.HashFunction<OBJECT>)
org.openimaj.lsh.functions.
ByteHashFunction
org.openimaj.lsh.functions.
BytePStableFactory.PStableFunction
org.openimaj.lsh.functions.
DoubleHashFunction
org.openimaj.lsh.functions.
DoublePStableFactory.PStableFunction
org.openimaj.lsh.functions.
FloatHashFunction
org.openimaj.lsh.functions.
FloatPStableFactory.PStableFunction
org.openimaj.lsh.functions.
IntHashFunction
org.openimaj.lsh.functions.
IntPStableFactory.PStableFunction
org.openimaj.lsh.functions.
LongHashFunction
org.openimaj.lsh.functions.
LongPStableFactory.PStableFunction
org.openimaj.lsh.functions.
ShortHashFunction
org.openimaj.lsh.functions.
ShortPStableFactory.PStableFunction
org.openimaj.lsh.functions.
RandomisedHashFunctionFactory
<OBJECT> (implements org.openimaj.util.hash.HashFunctionFactory<OBJECT>)
org.openimaj.lsh.functions.
ByteHashFunctionFactory
org.openimaj.lsh.functions.
ByteHammingFactory
org.openimaj.lsh.functions.
ByteHyperplaneCosineFactory
org.openimaj.lsh.functions.
ByteHyperplaneL1Factory
org.openimaj.lsh.functions.
BytePStableFactory
org.openimaj.lsh.functions.
ByteCauchyFactory
org.openimaj.lsh.functions.
ByteGaussianFactory
org.openimaj.lsh.functions.
DoubleHashFunctionFactory
org.openimaj.lsh.functions.
DoubleHammingFactory
org.openimaj.lsh.functions.
DoubleHyperplaneCosineFactory
org.openimaj.lsh.functions.
DoubleHyperplaneL1Factory
org.openimaj.lsh.functions.
DoublePStableFactory
org.openimaj.lsh.functions.
DoubleCauchyFactory
org.openimaj.lsh.functions.
DoubleGaussianFactory
org.openimaj.lsh.functions.
FloatHashFunctionFactory
org.openimaj.lsh.functions.
FloatHammingFactory
org.openimaj.lsh.functions.
FloatHyperplaneCosineFactory
org.openimaj.lsh.functions.
FloatHyperplaneL1Factory
org.openimaj.lsh.functions.
FloatPStableFactory
org.openimaj.lsh.functions.
FloatCauchyFactory
org.openimaj.lsh.functions.
FloatGaussianFactory
org.openimaj.lsh.functions.
IntHashFunctionFactory
org.openimaj.lsh.functions.
IntHammingFactory
org.openimaj.lsh.functions.
IntHyperplaneCosineFactory
org.openimaj.lsh.functions.
IntHyperplaneL1Factory
org.openimaj.lsh.functions.
IntPStableFactory
org.openimaj.lsh.functions.
IntCauchyFactory
org.openimaj.lsh.functions.
IntGaussianFactory
org.openimaj.lsh.functions.
LongHashFunctionFactory
org.openimaj.lsh.functions.
LongHammingFactory
org.openimaj.lsh.functions.
LongHyperplaneCosineFactory
org.openimaj.lsh.functions.
LongHyperplaneL1Factory
org.openimaj.lsh.functions.
LongPStableFactory
org.openimaj.lsh.functions.
LongCauchyFactory
org.openimaj.lsh.functions.
LongGaussianFactory
org.openimaj.lsh.functions.
ShortHashFunctionFactory
org.openimaj.lsh.functions.
ShortHammingFactory
org.openimaj.lsh.functions.
ShortHyperplaneCosineFactory
org.openimaj.lsh.functions.
ShortHyperplaneL1Factory
org.openimaj.lsh.functions.
ShortPStableFactory
org.openimaj.lsh.functions.
ShortCauchyFactory
org.openimaj.lsh.functions.
ShortGaussianFactory
org.openimaj.knn.approximate.
ShortKDTreeEnsemble
org.openimaj.knn.approximate.
ShortKDTreeEnsemble.ShortKDTreeNode
org.openimaj.lsh.sketch.
ShortLSHSketcher
<OBJECT> (implements org.openimaj.util.sketch.Sketcher<IN,OUT>)
org.openimaj.knn.
ShortNearestNeighbours
(implements org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>)
org.openimaj.knn.pq.
IncrementalShortADCNearestNeighbours
(implements org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>, org.openimaj.io.ReadWriteableBinary)
org.openimaj.knn.pq.
ShortADCNearestNeighbours
org.openimaj.knn.pq.
ShortSDCNearestNeighbours
org.openimaj.knn.
ShortNearestNeighboursExact
org.openimaj.knn.approximate.
ShortNearestNeighboursKDTree
org.openimaj.knn.
ShortNearestNeighboursExact.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.approximate.
ShortNearestNeighboursKDTree.Factory
(implements org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>)
org.openimaj.knn.pq.
ShortProductQuantiser
Interface Hierarchy
org.openimaj.knn.
ByteNearestNeighboursProvider
org.openimaj.knn.
CoordinateIndex
<T>
org.openimaj.knn.
DoubleNearestNeighboursProvider
org.openimaj.knn.
FloatNearestNeighboursProvider
org.openimaj.knn.
InternalNearestNeighbours
<DISTANCES>
org.openimaj.knn.
IntNearestNeighboursProvider
org.openimaj.knn.
LongNearestNeighboursProvider
org.openimaj.knn.
NearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>
org.openimaj.knn.
IncrementalNearestNeighbours
<DATA,DISTANCES,PAIR_TYPE>
org.openimaj.knn.
NearestNeighboursFactory
<T,DATA>
org.openimaj.knn.
ObjectNearestNeighboursProvider
<T>
org.openimaj.knn.
ShortNearestNeighboursProvider
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes