Uses of Class
messif.operations.RankingQueryOperation

Packages that use RankingQueryOperation
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.query Implementation of data querying operations. 
 

Uses of RankingQueryOperation in messif.operations
 

Methods in messif.operations that return RankingQueryOperation
 RankingQueryOperation RankingQueryOperation.clone()
          Create a duplicate of this operation.
 

Methods in messif.operations with parameters of type RankingQueryOperation
protected  void ListingQueryOperation.updateFrom(RankingQueryOperation operation)
          Update the answer of this operation from a RankingQueryOperation.
protected  void RankingQueryOperation.updateFrom(RankingQueryOperation operation)
          Update the answer of this operation from a RankingQueryOperation.
 

Uses of RankingQueryOperation in messif.operations.query
 

Subclasses of RankingQueryOperation in messif.operations.query
 class AggregationFunctionQueryOperation
          Aggregation function kNN query operation.
 class ApproxKNNQueryOperation
          Approximate k-nearest neighbors query with specific early termination parameters and support for obtaining some guarantees on results.
 class ApproxRangeQueryOperation
          Approximate range query with specific early termination parameters and support for obtaining some guarantees on results.
 class GetObjectsByLocatorsOperation
          This operation returns objects with given locators.
 class IncrementalNNQueryOperation
          Incremental Nearest Neighbor Search.
 class KNNMultiQueryOperation
          K-nearest neighbors query operation with multiple query objects.
 class KNNQueryOperation
          K-nearest neighbors query operation.
 class RangeQueryOperation
          Range query operation.
 class TopCombinedQueryOperation
          Top-k combined query operation.
 

Methods in messif.operations.query with parameters of type RankingQueryOperation
protected  void ApproxKNNQueryOperation.updateFrom(RankingQueryOperation operation)
          Update query answer data of this operation from another query operation.