Package com.groiss.ml.classifier
Interface FormClassifier
- All Superinterfaces:
Classifier
A classifier usable in process context. It gets a
ClassifierAssignment
injected to get access to
the needed context (e.g. input fields) to perform the classifications.-
Method Summary
Modifier and TypeMethodDescriptionReturns the injectedClassifierAssignment
of this classifier.void
setClassifierAssignment
(ClassifierAssignment classifierAssignment) Injects theClassifierAssignment
in which context if shall perform the classifications.Methods inherited from interface com.groiss.ml.classifier.Classifier
classifications, classify, getName
-
Method Details
-
setClassifierAssignment
Injects theClassifierAssignment
in which context if shall perform the classifications.- Parameters:
classifierAssignment
- the classifier assignment context
-
getClassifierAssignment
ClassifierAssignment getClassifierAssignment()Returns the injectedClassifierAssignment
of this classifier.- Returns:
- the classifier assignment of this classifier
-