|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsLU
public class ComputeBoundsLU
Computes the lower and upper bounds of the query point to all grid cells
| Constructor Summary | |
|---|---|
ComputeBoundsLU(float[][] partitionPoints,
int buckets)
Creates a new instance |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComputeBoundsLU(float[][] partitionPoints,
int buckets)
partitionPoints - Teh partition pointsbuckets - The buckets| Method Detail |
|---|
public float getLowerBound(byte[] bitString)
bitString - The bit string
public float getUpperBound(byte[] bitString)
bitString - The bit string
public void preCompute(float[] vector)
throws Exception
vector - The query vector
Exception - An error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||