|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CBitVector | |
---|---|
net.obsearch.index.ghs | |
net.obsearch.index.ghs.impl |
Uses of CBitVector in net.obsearch.index.ghs |
---|
Methods in net.obsearch.index.ghs that return CBitVector | |
---|---|
protected CBitVector |
AbstractSketch64.bytesToCompactRepresentation(byte[] data)
|
CBitVector |
CBitVector.copy()
|
CBitVector[] |
SketchPriorityQueue.get()
Return the closeXBst long objects We do not include the original distances to reduce the creation of objects. |
CBitVector |
SketchProjection.getCompactRepresentation()
|
CBitVector |
SketchProjection.getSketch()
|
Methods in net.obsearch.index.ghs with parameters of type CBitVector | |
---|---|
protected byte[] |
AbstractSketch64.compactRepresentationToBytes(CBitVector cp)
|
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. |
int |
SketchProjection.hamming(CBitVector b)
|
int |
CBitVector.hamming(CBitVector other)
|
void |
SketchProjection.setSketch(CBitVector sketch)
|
protected void |
AbstractSketch64.updateDistance(SketchProjection query,
CBitVector proj,
FixedPriorityQueue<SketchProjection> queue)
|
Constructors in net.obsearch.index.ghs with parameters of type CBitVector | |
---|---|
SketchProjection(byte[] ordering,
CBitVector sketch,
int distance,
double[] lowerBounds)
|
Uses of CBitVector in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl that return types with arguments of type CBitVector | |
---|---|
protected Class<CBitVector> |
Sketch64Float.getPInstance()
|
protected Class<CBitVector> |
Sketch64Double.getPInstance()
|
protected Class<CBitVector> |
Sketch64Byte.getPInstance()
|
protected Class<CBitVector> |
Sketch64Long.getPInstance()
|
protected Class<CBitVector> |
Sketch64Int.getPInstance()
|
protected Class<CBitVector> |
Sketch64Short.getPInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |