|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SketchProjection | |
---|---|
net.obsearch.index.ghs | |
net.obsearch.index.ghs.impl |
Uses of SketchProjection in net.obsearch.index.ghs |
---|
Methods in net.obsearch.index.ghs that return SketchProjection | |
---|---|
SketchProjection |
SketchProjection.distance(CBitVector b)
Calculate the distance between the given bitvector and this sketch projection Return a sketch projection with the quality measurements based on the data found in this object. |
Methods in net.obsearch.index.ghs that return types with arguments of type SketchProjection | |
---|---|
ArrayList<SketchProjection> |
SketchPriorityQueue.getResults()
|
Iterator<SketchProjection> |
SketchPriorityQueue.iterator()
|
Methods in net.obsearch.index.ghs with parameters of type SketchProjection | |
---|---|
void |
SketchPriorityQueue.add(SketchProjection object)
Add an object that is at a certain distance. |
int |
SketchProjection.compareTo(SketchProjection o)
|
protected void |
AbstractSketch64.updateDistance(SketchProjection query,
CBitVector proj,
FixedPriorityQueue<SketchProjection> queue)
|
Method parameters in net.obsearch.index.ghs with type arguments of type SketchProjection | |
---|---|
protected void |
AbstractSketch64.updateDistance(SketchProjection query,
CBitVector proj,
FixedPriorityQueue<SketchProjection> queue)
|
Uses of SketchProjection in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl that return SketchProjection | |
---|---|
SketchProjection |
Sketch64Byte.getProjection(BucketObjectByte<O> bucket)
Compute the sketch for the given object. |
SketchProjection |
Sketch64Double.getProjection(BucketObjectDouble<O> bucket)
Compute the sketch for the given object. |
SketchProjection |
Sketch64Float.getProjection(BucketObjectFloat<O> bucket)
Compute the sketch for the given object. |
SketchProjection |
Sketch64Int.getProjection(BucketObjectInt<O> bucket)
Compute the sketch for the given object. |
SketchProjection |
Sketch64Long.getProjection(BucketObjectLong<O> bucket)
Compute the sketch for the given object. |
SketchProjection |
Sketch64Short.getProjection(BucketObjectShort<O> bucket)
Compute the sketch for the given object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |