|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OBPriorityQueueFloat | |
---|---|
net.obsearch.index | |
net.obsearch.index.aesa.impl | |
net.obsearch.index.ghs.impl | |
net.obsearch.index.perm.impl | |
net.obsearch.query |
Uses of OBPriorityQueueFloat in net.obsearch.index |
---|
Methods in net.obsearch.index with parameters of type OBPriorityQueueFloat | |
---|---|
void |
IndexFloat.searchOB(O object,
float r,
Filter<O> filter,
OBPriorityQueueFloat<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
IndexFloat.searchOB(O object,
float r,
OBPriorityQueueFloat<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
TestFrameworkFloat.searchSequential(O o,
OBPriorityQueueFloat<O> result,
IndexFloat<O> index,
float range)
Sequential search. |
Uses of OBPriorityQueueFloat in net.obsearch.index.aesa.impl |
---|
Methods in net.obsearch.index.aesa.impl with parameters of type OBPriorityQueueFloat | |
---|---|
void |
AesaFloat.searchOB(O object,
float r,
Filter<O> filter,
OBPriorityQueueFloat<O> result)
|
void |
AesaFloat.searchOB(O object,
float r,
OBPriorityQueueFloat<O> result)
|
Uses of OBPriorityQueueFloat in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueFloat | |
---|---|
void |
Sketch64Float.searchOB(O object,
float r,
Filter<O> filter,
OBPriorityQueueFloat<O> result)
|
void |
Sketch64Float.searchOB(O object,
float r,
OBPriorityQueueFloat<O> result)
|
Uses of OBPriorityQueueFloat in net.obsearch.index.perm.impl |
---|
Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueFloat | |
---|---|
void |
DistPermFloat.searchOB(O object,
float r,
Filter<O> filter,
OBPriorityQueueFloat<O> result)
|
void |
DistPermFloat.searchOB(O object,
float r,
OBPriorityQueueFloat<O> result)
|
Uses of OBPriorityQueueFloat in net.obsearch.query |
---|
Fields in net.obsearch.query declared as OBPriorityQueueFloat | |
---|---|
protected OBPriorityQueueFloat<O> |
OBQueryFloat.result
Holds the results for the query. |
Methods in net.obsearch.query that return OBPriorityQueueFloat | |
---|---|
OBPriorityQueueFloat<O> |
OBQueryFloat.getResult()
|
Methods in net.obsearch.query with parameters of type OBPriorityQueueFloat | |
---|---|
void |
OBQueryFloat.setResult(OBPriorityQueueFloat<O> result)
Set the results of the matching to a new object. |
Constructors in net.obsearch.query with parameters of type OBPriorityQueueFloat | |
---|---|
OBQueryFloat(O object,
float range,
OBPriorityQueueFloat<O> result)
Creates a new OBQueryFloat object. |
|
OBQueryFloat(O object,
float range,
OBPriorityQueueFloat<O> result,
float[] smap)
Creates a new OBQueryFloat object. |
|
OBQueryFloat(O object,
OBPriorityQueueFloat<O> result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |