Uses of Class
messif.operations.query.ApproxKNNQueryOperation

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

Uses of ApproxKNNQueryOperation in messif.algorithms.impl
 

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

Uses of ApproxKNNQueryOperation in messif.operations.query
 

Methods in messif.operations.query with parameters of type ApproxKNNQueryOperation
protected  void ApproxKNNQueryOperation.updateFrom(ApproxKNNQueryOperation operation)
          Updates the guaranteed radius from another approximate kNN query.