Uses of Class
messif.operations.query.KNNQueryOperation

Packages that use KNNQueryOperation
messif.algorithms.impl Implementation of basic search algorithms. 
messif.operations.query Implementation of data querying operations. 
 

Uses of KNNQueryOperation in messif.algorithms.impl
 

Methods in messif.algorithms.impl with parameters of type KNNQueryOperation
 void SequentialScan.knnSearch(KNNQueryOperation operation)
          Performs the k-nearest neighbor search operation with given KNNQueryOperation object.
 

Uses of KNNQueryOperation in messif.operations.query
 

Subclasses of KNNQueryOperation in messif.operations.query
 class ApproxKNNQueryOperation
          Approximate k-nearest neighbors query with specific early termination parameters and support for obtaining some guarantees on results.