Uses of Interface
net.obsearch.index.IndexShort

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

Uses of IndexShort in net.obsearch.index
 

Fields in net.obsearch.index declared as IndexShort
protected  IndexShort<O> TestFrameworkShort.index
           
 

Methods in net.obsearch.index with parameters of type IndexShort
static short[] CommonsShort.fullMatchLite(OBShort query, boolean filterSame, IndexShort index)
          This method returns a list of all the distances of the query against the DB.
 void TestFrameworkApproxShort.search(IndexShort<O> index, short range, byte k)
          Perform all the searches with
 void TestFrameworkShort.search(IndexShort<O> index, short range, byte k)
          Perform all the searches with
 void TestFrameworkShort.searchSequential(O o, OBPriorityQueueShort<O> result, IndexShort<O> index, short range)
          Sequential search.
 

Constructors in net.obsearch.index with parameters of type IndexShort
TestFrameworkApproxShort(Class<O> type, int dbSize, int querySize, IndexShort<O> index)
           
TestFrameworkShort(Class<O> type, int dbSize, int querySize, IndexShort<O> index)
          Create a new test with a DB size of dbSize and a query size of querySize.
VectorTestFrameworkApproxShort(int vectorDimensionality, int dbSize, int querySize, IndexShort<OBVectorShort> index)
           
VectorTestFrameworkShort(int vectorDimensionality, int dbSize, int querySize, IndexShort<OBVectorShort> index)
           
 

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

Classes in net.obsearch.index.ghs.impl that implement IndexShort
 class Sketch64Short<O extends OBShort>
           
 

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

Classes in net.obsearch.index.perm.impl that implement IndexShort
 class DistPermShort<O extends OBShort>
           
 



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