|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOBResult | |
---|---|
net.obsearch | Provides the main interfaces of OBSearch. |
net.obsearch.query | |
net.obsearch.result |
Uses of AbstractOBResult in net.obsearch |
---|
Classes in net.obsearch with type parameters of type AbstractOBResult | |
---|---|
class |
AbstractOBPriorityQueue<O extends AbstractOBResult<?>>
This class stores matching results. |
Method parameters in net.obsearch with type arguments of type AbstractOBResult | |
---|---|
void |
ApproxIndexShort.searchOBAnalyzeEp(O object,
short r,
OBPriorityQueueShort<O> result,
double ep,
List<AbstractOBResult<O>> db)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
ApproxIndexShort.searchOBAnalyzeRecall(O object,
short r,
OBPriorityQueueShort<O> result,
double recall,
List<AbstractOBResult<O>> perfectQueryResult)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
Uses of AbstractOBResult in net.obsearch.query |
---|
Methods in net.obsearch.query that return types with arguments of type AbstractOBResult | |
---|---|
List<AbstractOBResult<O>> |
OBQueryByte.getSortedElements()
|
List<AbstractOBResult<O>> |
OBQueryDouble.getSortedElements()
|
List<AbstractOBResult<O>> |
OBQueryFloat.getSortedElements()
|
List<AbstractOBResult<O>> |
OBQueryLong.getSortedElements()
|
List<AbstractOBResult<O>> |
OBQueryShort.getSortedElements()
|
List<AbstractOBResult<O>> |
OBQueryInt.getSortedElements()
|
abstract List<AbstractOBResult<O>> |
AbstractOBQuery.getSortedElements()
|
Method parameters in net.obsearch.query with type arguments of type AbstractOBResult | |
---|---|
double |
OBQueryByte.ep(List<AbstractOBResult<O>> dbin)
|
double |
OBQueryDouble.ep(List<AbstractOBResult<O>> dbin)
|
double |
OBQueryFloat.ep(List<AbstractOBResult<O>> dbin)
|
double |
OBQueryLong.ep(List<AbstractOBResult<O>> dbin)
|
double |
OBQueryShort.ep(List<AbstractOBResult<O>> dbin)
|
double |
OBQueryInt.ep(List<AbstractOBResult<O>> dbin)
|
abstract double |
AbstractOBQuery.ep(List<AbstractOBResult<O>> db)
calculates the ep value of this query against the "DB" (all the objects of the DB sorted by distance to this query). |
double |
OBQueryByte.recall(List<AbstractOBResult<O>> perfectQuery)
|
double |
OBQueryDouble.recall(List<AbstractOBResult<O>> perfectQuery)
|
double |
OBQueryFloat.recall(List<AbstractOBResult<O>> perfectQuery)
|
double |
OBQueryLong.recall(List<AbstractOBResult<O>> perfectQuery)
|
double |
OBQueryShort.recall(List<AbstractOBResult<O>> perfectQuery)
|
double |
OBQueryInt.recall(List<AbstractOBResult<O>> perfectQuery)
|
abstract double |
AbstractOBQuery.recall(List<AbstractOBResult<O>> db)
calculates the recall value of this query against the "DB" (all the objects of the DB sorted by distance to this query). |
Uses of AbstractOBResult in net.obsearch.result |
---|
Subclasses of AbstractOBResult in net.obsearch.result | |
---|---|
class |
OBResultByte<O>
This class is used to store a single match result. |
class |
OBResultDouble<O>
This class is used to store a single match result. |
class |
OBResultFloat<O>
This class is used to store a single match result. |
class |
OBResultInt<O>
This class is used to store a single match result. |
class |
OBResultInvertedByte<O>
This class is used to store a single match result. |
class |
OBResultInvertedDouble<O>
This class is used to store a single match result. |
class |
OBResultInvertedFloat<O>
This class is used to store a single match result. |
class |
OBResultInvertedInt<O>
This class is used to store a single match result. |
class |
OBResultInvertedLong<O>
This class is used to store a single match result. |
class |
OBResultInvertedShort<O>
This class is used to store a single match result. |
class |
OBResultLong<O>
This class is used to store a single match result. |
class |
OBResultShort<O>
This class is used to store a single match result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |