Uses of Class
net.obsearch.result.OBPriorityQueueShort

Packages that use OBPriorityQueueShort
net.obsearch Provides the main interfaces of OBSearch. 
net.obsearch.index   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
net.obsearch.index.utils Provides some utility classes used by the Index implementations. 
net.obsearch.query   
 

Uses of OBPriorityQueueShort in net.obsearch
 

Methods in net.obsearch with parameters of type OBPriorityQueueShort
 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 OBPriorityQueueShort in net.obsearch.index
 

Methods in net.obsearch.index with parameters of type OBPriorityQueueShort
 void IndexShort.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexShort.searchOB(O object, short r, OBPriorityQueueShort<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void TestFrameworkShort.searchSequential(O o, OBPriorityQueueShort<O> result, IndexShort<O> index, short range)
          Sequential search.
 

Uses of OBPriorityQueueShort in net.obsearch.index.ghs.impl
 

Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueShort
 void Sketch64Short.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
           
 void Sketch64Short.searchOB(O object, short r, OBPriorityQueueShort<O> result)
           
 

Uses of OBPriorityQueueShort in net.obsearch.index.perm.impl
 

Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueShort
 void DistPermShort.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
           
 void DistPermShort.searchOB(O object, short r, OBPriorityQueueShort<O> result)
           
 

Uses of OBPriorityQueueShort in net.obsearch.index.utils
 

Methods in net.obsearch.index.utils with parameters of type OBPriorityQueueShort
protected  String IndexSmokeTUtil.debug(OBPriorityQueueShort<O> q, Index<O> index)
           
 double IndexSmokeTUtilApprox.ep(OBPriorityQueueShort<O> x1, List<OBResultShort<O>> db, IndexShort<O> index)
           
 boolean IndexSmokeTUtilApprox.isApproxZero(OBPriorityQueueShort<O> x1, List<OBResultShort<O>> db, short range)
          If x1 (query) returned zero results but db had results, this function returns true.
 boolean IndexSmokeTUtilApprox.ok(OBPriorityQueueShort<O> x1, List<OBResultShort<O>> db, short range)
           
 double IndexSmokeTUtilApprox.recall(OBPriorityQueueShort<O> x1, List<OBResultShort<O>> db, int k, short range)
           
 void IndexSmokeTUtil.searchSequential(long max, O o, OBPriorityQueueShort<O> result, IndexShort<O> index, short range)
          Sequential search.
 

Uses of OBPriorityQueueShort in net.obsearch.query
 

Fields in net.obsearch.query declared as OBPriorityQueueShort
protected  OBPriorityQueueShort<O> OBQueryShort.result
          Holds the results for the query.
 

Methods in net.obsearch.query that return OBPriorityQueueShort
 OBPriorityQueueShort<O> OBQueryShort.getResult()
           
 

Methods in net.obsearch.query with parameters of type OBPriorityQueueShort
 void OBQueryShort.setResult(OBPriorityQueueShort<O> result)
          Set the results of the matching to a new object.
 

Constructors in net.obsearch.query with parameters of type OBPriorityQueueShort
OBQueryShort(O object, OBPriorityQueueShort<O> result)
           
OBQueryShort(O object, short range, OBPriorityQueueShort<O> result)
          Creates a new OBQueryShort object.
OBQueryShort(O object, short range, OBPriorityQueueShort<O> result, short[] smap)
          Creates a new OBQueryShort object.
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.