Package com.groiss.ml.classifier
Interface Buildable
- All Superinterfaces:
Classifier
A
Classifier
that can be built using
buildClassifier(DataSet)
based on a given training set.-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildClassifier
(DataSet trainingSet) Build classifier based on the given training set.Methods inherited from interface com.groiss.ml.classifier.Classifier
classifications, classify, getName
-
Method Details
-
buildClassifier
Build classifier based on the given training set.- Parameters:
trainingSet
- the data set used to build this classifier
-