Uses of Interface
net.obsearch.index.IndexFloat

Packages that use IndexFloat
net.obsearch.index   
net.obsearch.index.aesa.impl   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
 

Uses of IndexFloat in net.obsearch.index
 

Fields in net.obsearch.index declared as IndexFloat
protected  IndexFloat<O> TestFrameworkFloat.index
           
 

Methods in net.obsearch.index with parameters of type IndexFloat
static float[] CommonsFloat.fullMatchLite(OBFloat query, boolean filterSame, IndexFloat index)
          This method returns a list of all the distances of the query against the DB.
 void TestFrameworkApproxFloat.search(IndexFloat<O> index, float range, byte k)
          Perform all the searches with
 void TestFrameworkFloat.search(IndexFloat<O> index, float range, byte k)
          Perform all the searches with
 void TestFrameworkFloat.searchSequential(O o, OBPriorityQueueFloat<O> result, IndexFloat<O> index, float range)
          Sequential search.
static void IndexUtilsFloat.validateResults(List<OBQueryFloat> queries, IndexFloat index)
           
 

Constructors in net.obsearch.index with parameters of type IndexFloat
TestFrameworkApproxFloat(Class<O> type, int dbSize, int querySize, IndexFloat<O> index)
           
TestFrameworkFloat(Class<O> type, int dbSize, int querySize, IndexFloat<O> index)
          Create a new test with a DB size of dbSize and a query size of querySize.
VectorTestFrameworkApproxFloat(int vectorDimensionality, int dbSize, int querySize, IndexFloat<OBVectorFloat> index)
           
VectorTestFrameworkFloat(int vectorDimensionality, int dbSize, int querySize, IndexFloat<OBVectorFloat> index)
           
 

Uses of IndexFloat in net.obsearch.index.aesa.impl
 

Classes in net.obsearch.index.aesa.impl that implement IndexFloat
 class AesaFloat<O extends OBFloat>
           
 

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

Classes in net.obsearch.index.ghs.impl that implement IndexFloat
 class Sketch64Float<O extends OBFloat>
           
 

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

Classes in net.obsearch.index.perm.impl that implement IndexFloat
 class DistPermFloat<O extends OBFloat>
           
 



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