See: Description
Class | Description |
---|---|
ApproxKNNOperationClassifier<C> |
Implementation of a classifier by approximate k-nearest neighbors operation.
|
ExtractorClassifier<C> |
Implementation of a classifier that provides an extracted object on which the
classification is computed using an encapsulated classifier.
|
KNNOperationClassifier<C> |
Implementation of a classifier by k-nearest neighbors operation.
|
ObjectProviderClassifier<C> |
Implementation of a classifier that computes the classification using a
provider
of a classified set by measuring distances. |
ParametricRankedObjectDistanceClassifier<C> |
Implementation of a classifier that computes a
ClassificationWithConfidence
from the given distance-ranked objects. |
ParametricSimpleGetClassifier<C> |
Simple classifier that only retrieves an existing
Classification
from the given object parameter. |
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. |