Uses of Interface
net.obsearch.index.IndexByte

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

Uses of IndexByte in net.obsearch.index
 

Fields in net.obsearch.index declared as IndexByte
protected  IndexByte<O> TestFrameworkByte.index
           
 

Methods in net.obsearch.index with parameters of type IndexByte
static byte[] CommonsByte.fullMatchLite(OBByte query, boolean filterSame, IndexByte index)
          This method returns a list of all the distances of the query against the DB.
 void TestFrameworkApproxByte.search(IndexByte<O> index, byte range, byte k)
          Perform all the searches with
 void TestFrameworkByte.search(IndexByte<O> index, byte range, byte k)
          Perform all the searches with
 void TestFrameworkByte.searchSequential(O o, OBPriorityQueueByte<O> result, IndexByte<O> index, byte range)
          Sequential search.
 

Constructors in net.obsearch.index with parameters of type IndexByte
TestFrameworkApproxByte(Class<O> type, int dbSize, int querySize, IndexByte<O> index)
           
TestFrameworkByte(Class<O> type, int dbSize, int querySize, IndexByte<O> index)
          Create a new test with a DB size of dbSize and a query size of querySize.
VectorTestFrameworkApproxByte(int vectorDimensionality, int dbSize, int querySize, IndexByte<OBVectorByte> index)
           
VectorTestFrameworkByte(int vectorDimensionality, int dbSize, int querySize, IndexByte<OBVectorByte> index)
           
 

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

Classes in net.obsearch.index.ghs.impl that implement IndexByte
 class Sketch64Byte<O extends OBByte>
           
 

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

Classes in net.obsearch.index.perm.impl that implement IndexByte
 class DistPermByte<O extends OBByte>
           
 



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