CLASS - Type of classesOBJECT - Type of objectspublic interface Classifier<CLASS,OBJECT>
Classifier class
aims to be general enough to support binary classifiers, multi-label
classifiers or even multi-class classifiers.| Modifier and Type | Method and Description |
|---|---|
ClassificationResult<CLASS> |
classify(OBJECT object)
Classify an object.
|
ClassificationResult<CLASS> classify(OBJECT object)
object - the object to classify.