protected void |
ByteSDCNearestNeighbours.computeDistances(byte[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair workingPair) |
protected void |
IncrementalByteADCNearestNeighbours.computeDistances(byte[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
ByteADCNearestNeighbours.computeDistances(byte[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
DoubleADCNearestNeighbours.computeDistances(double[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair wp) |
protected void |
DoubleSDCNearestNeighbours.computeDistances(double[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair workingPair) |
protected void |
IncrementalDoubleADCNearestNeighbours.computeDistances(double[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair wp) |
protected void |
FloatADCNearestNeighbours.computeDistances(float[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
IncrementalFloatADCNearestNeighbours.computeDistances(float[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
FloatSDCNearestNeighbours.computeDistances(float[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair workingPair) |
protected void |
IntADCNearestNeighbours.computeDistances(int[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
IncrementalIntADCNearestNeighbours.computeDistances(int[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
IntSDCNearestNeighbours.computeDistances(int[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair workingPair) |
protected void |
LongSDCNearestNeighbours.computeDistances(long[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair workingPair) |
protected void |
LongADCNearestNeighbours.computeDistances(long[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair wp) |
protected void |
IncrementalLongADCNearestNeighbours.computeDistances(long[] fullQuery,
BoundedPriorityQueue<IntDoublePair> queue,
IntDoublePair wp) |
protected void |
IncrementalShortADCNearestNeighbours.computeDistances(short[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
ShortADCNearestNeighbours.computeDistances(short[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair wp) |
protected void |
ShortSDCNearestNeighbours.computeDistances(short[] fullQuery,
BoundedPriorityQueue<IntFloatPair> queue,
IntFloatPair workingPair) |