Uses of Class
net.obsearch.query.OBQueryDouble

Packages that use OBQueryDouble
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
 

Uses of OBQueryDouble in net.obsearch.index.bucket.impl
 

Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryDouble
 void AbstractBucketContainerDouble.search(OBQueryDouble<O> query, B b, ByteBuffer data, Filter<O> filter, Statistics stats)
           
 void AbstractBucketContainerDouble.search(OBQueryDouble<O> query, B b, Filter<O> filter, byte[] key1, byte[] key2, Statistics stats)
          Convenience method that forces the search to be performed on a certain key set.
 void AbstractBucketContainerDouble.search(OBQueryDouble<O> query, B b, Filter<O> filter, Statistics stats)
          Searches the data by using a binary search to reduce SMAP vector computations.
 

Uses of OBQueryDouble in net.obsearch.index.bucket.sleek
 

Methods in net.obsearch.index.bucket.sleek with parameters of type OBQueryDouble
 void SleekBucketDouble.search(OBQueryDouble<O> query, BucketObjectDouble<O> bucket, ByteBuffer b, Filter<O> filter, Statistics stats)
           
 void SleekBucketDouble.search(OBQueryDouble<O> query, BucketObjectDouble<O> bucket, Filter<O> filter, Statistics stats)
           
 

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

Methods in net.obsearch.index.ghs.impl that return types with arguments of type OBQueryDouble
 Iterator<List<OBQueryDouble<O>>> Sketch64Double.knnGraph(int k, double r)
          Performs a knn graph search
 List<OBQueryDouble<O>> Sketch64Double.KnnIterator.next()
           
 



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