|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsL
public class ComputeBoundsL
Computes the Lower bounds of the query point to all grid cells
| Constructor Summary | |
|---|---|
ComputeBoundsL(float[][] partitionPoints,
int buckets)
Creates a new instance |
|
| Method Summary | |
|---|---|
float |
getLowerBound(byte[] bitString)
Retrieves the lower bound of the given bitstring |
void |
preCompute(float[] vector)
precmputes the dinstance differences |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComputeBoundsL(float[][] partitionPoints,
int buckets)
partitionPoints - The partition pointsbuckets - The buckets in the dimention| Method Detail |
|---|
public float getLowerBound(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 | |||||||||