Uses of Package
messif.operations.query

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

Classes in messif.operations.query used by messif.algorithms.impl
ApproxKNNQueryOperation
          Approximate k-nearest neighbors query with specific early termination parameters and support for obtaining some guarantees on results.
IncrementalNNQueryOperation
          Incremental Nearest Neighbor Search.
KNNQueryOperation
          K-nearest neighbors query operation.
RangeQueryOperation
          Range query operation.
 

Classes in messif.operations.query used by messif.operations.query
AggregationFunctionQueryOperation
          Aggregation function kNN query operation.
ApproxKNNQueryOperation
          Approximate k-nearest neighbors query with specific early termination parameters and support for obtaining some guarantees on results.
ApproxKNNQueryOperation.LocalSearchType
          Enumeration of types of the stop condition for approximation's early termination strategy.
ApproxRangeQueryOperation.LocalSearchType
          Type of the local approximation parameter: PERCENTAGE, ABS_OBJ_COUNT, ABS_DC_COUNT.
KNNQueryOperation
          K-nearest neighbors query operation.
RangeQueryOperation
          Range query operation.