Package | Description |
---|---|
messif.objects.classification.impl |
Provides implementations for common classification tasks.
|
messif.operations.query |
Implementation of data querying operations.
|
Modifier and Type | Method and Description |
---|---|
KNNQueryOperation |
KNNOperationClassifier.getExecutedOperation(Parametric parameters) |
Modifier and Type | Class and Description |
---|---|
class |
ApproxKNNQueryOperation
Approximate k-nearest neighbors query with specific early termination parameters
and support for obtaining some guarantees on results.
|
class |
PartitionedKNNQueryOperation
This class represents a range query that distinguish the partition
from which a matching object comes from.
|
Modifier and Type | Method and Description |
---|---|
KNNQueryOperation |
BatchKNNQueryOperation.getOperation(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KNNQueryOperation> |
BatchKNNQueryOperation.getKnnOperations() |