Package | Description |
---|---|
messif.objects.classification.impl |
Provides implementations for common classification tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ApproxKNNOperationClassifier<C>
Implementation of a classifier by approximate k-nearest neighbors operation.
|
class |
KNNOperationClassifier<C>
Implementation of a classifier by k-nearest neighbors operation.
|
class |
RankingQueryOperationClassifier<C>
Abstract implementation of a classifier that executes a
RankingQueryOperation
on an encapsulated algorithm and computes the classification using encapsulated
classifier that processes the iterator of RankedAbstractObject s. |