public class ComputeBoundsLU extends Object
| Constructor and Description |
|---|
ComputeBoundsLU(float[][] partitionPoints,
int buckets)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
float |
getLowerBound(byte[] bitString)
Teh lower bound of the bit string
|
float |
getUpperBound(byte[] bitString)
The upper bound of the bit string
|
void |
preCompute(float[] vector)
precompute the upper lower distance differences for the query vector
|
public ComputeBoundsLU(float[][] partitionPoints,
int buckets)
partitionPoints - Teh partition pointsbuckets - The bucketspublic float getLowerBound(byte[] bitString)
bitString - The bit stringpublic float getUpperBound(byte[] bitString)
bitString - The bit stringCopyright © 2014. All Rights Reserved.