Uses of Interface
weka.classifiers.IterativeClassifier
-
Uses of IterativeClassifier in weka.classifiers.functions
Modifier and TypeClassDescriptionclass
A classifier that uses backpropagation to learn a multi-layer perceptron to classify instances. -
Uses of IterativeClassifier in weka.classifiers.meta
Modifier and TypeClassDescriptionclass
Class for boosting a nominal class classifier using the Adaboost M1 method.class
Meta classifier that enhances the performance of a regression base classifier.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.class
Class for performing additive logistic regression.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.Modifier and TypeMethodDescriptionIterativeClassifierOptimizer.getIterativeClassifier()
Get the classifier used as the base learner.Modifier and TypeMethodDescriptionvoid
IterativeClassifierOptimizer.setIterativeClassifier
(IterativeClassifier newIterativeClassifier) Set the base learner.