public interface Buildable extends Classifier
Classifier
that can be built using
buildClassifier(DataSet)
based on a given training set.Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(DataSet trainingSet)
Build classifier based on the given training set.
|
classifications, classificationsForEvaluation, classify, classifyForEvaluation, getName
void buildClassifier(DataSet trainingSet)
trainingSet
- the data set used to build this classifier@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.