Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
messif.objects.classification.impl |
Provides implementations for common classification tasks.
|
messif.operations.query |
Implementation of data querying operations.
|
Class and Description |
---|
BatchKNNQueryOperation
A batch of several K-nearest neighbors query operations encapsulated as a single operation.
|
GetAlgorithmInfoOperation
Special operation that returns the algorithm info (i.e. the algorithm toString() value).
|
GetObjectByLocatorOperation
This query retrieves from the structure a set of objects given their locators.
|
GetObjectCountOperation
Operation for retrieving the number of objects stored in indexing structure.
|
GetObjectsByLocatorsOperation
This operation returns objects with given locators.
|
GetRandomObjectsQueryOperation
Operation for retriving a list of random objects.
|
Class and Description |
---|
ApproxKNNQueryOperation
Approximate k-nearest neighbors query with specific early termination parameters
and support for obtaining some guarantees on results.
|
KNNQueryOperation
K-nearest neighbors query operation.
|
Class and Description |
---|
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.
|
JoinQueryOperation
Similarity join query operation.
|
KNNQueryOperation
K-nearest neighbors query operation.
|
RangeQueryOperation
Range query operation.
|