Uses of Interface
net.obsearch.index.IndexLong

Packages that use IndexLong
net.obsearch.index   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
 

Uses of IndexLong in net.obsearch.index
 

Fields in net.obsearch.index declared as IndexLong
protected  IndexLong<O> TestFrameworkLong.index
           
 

Methods in net.obsearch.index with parameters of type IndexLong
static long[] CommonsLong.fullMatchLite(OBLong query, boolean filterSame, IndexLong index)
          This method returns a list of all the distances of the query against the DB.
 void TestFrameworkApproxLong.search(IndexLong<O> index, long range, byte k)
          Perform all the searches with
 void TestFrameworkLong.search(IndexLong<O> index, long range, byte k)
          Perform all the searches with
 void TestFrameworkLong.searchSequential(O o, OBPriorityQueueLong<O> result, IndexLong<O> index, long range)
          Sequential search.
 

Constructors in net.obsearch.index with parameters of type IndexLong
TestFrameworkApproxLong(Class<O> type, int dbSize, int querySize, IndexLong<O> index)
           
TestFrameworkLong(Class<O> type, int dbSize, int querySize, IndexLong<O> index)
          Create a new test with a DB size of dbSize and a query size of querySize.
VectorTestFrameworkApproxLong(int vectorDimensionality, int dbSize, int querySize, IndexLong<OBVectorLong> index)
           
VectorTestFrameworkLong(int vectorDimensionality, int dbSize, int querySize, IndexLong<OBVectorLong> index)
           
 

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

Classes in net.obsearch.index.ghs.impl that implement IndexLong
 class Sketch64Long<O extends OBLong>
           
 

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

Classes in net.obsearch.index.perm.impl that implement IndexLong
 class DistPermLong<O extends OBLong>
           
 



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