Package com.groiss.ml.classifier
package com.groiss.ml.classifier
Classifier implementations for machine learning component.
-
ClassDescriptionA
Classifier
that can be built usingBuildable.buildClassifier(DataSet)
based on a given training set.This class provides methods to be used in system steps of process definitions as well as pre-processings and postconditions of tasks.Represents the label of a classification prediction along with the probability of that prediction.Main interface for performing classifications.Base interface for classifier implementations.Representation of what classifier is used for what output field and which input fields get used to do so.Represents a single option with arguments for aClassifierAssignment
.This class is used to store the result of the evaluation of classification model.A classifier usable in process context.