Uses of Class
org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams

Packages that use LookupParams
org.gcube.indexmanagement.featureindexlibrary.commons   
org.gcube.indexmanagement.featureindexlibrary.fullscan   
org.gcube.indexmanagement.featureindexlibrary.vafile   
 

Uses of LookupParams in org.gcube.indexmanagement.featureindexlibrary.commons
 

Methods in org.gcube.indexmanagement.featureindexlibrary.commons with parameters of type LookupParams
 ArrayList<RankedResultElement> FeatureIndex.lookup(float[] vector, int k, LookupParams params)
          Performs a lookup with default parameter values
 

Uses of LookupParams in org.gcube.indexmanagement.featureindexlibrary.fullscan
 

Methods in org.gcube.indexmanagement.featureindexlibrary.fullscan with parameters of type LookupParams
 ArrayList<RankedResultElement> FullVectorScan.lookup(float[] vector, int k, LookupParams params)
           
 

Uses of LookupParams in org.gcube.indexmanagement.featureindexlibrary.vafile
 

Methods in org.gcube.indexmanagement.featureindexlibrary.vafile with parameters of type LookupParams
 ArrayList<RankedResultElement> VAFile.lookup(float[] vector, int k, LookupParams lp)
           
 



Copyright © 2012. All Rights Reserved.