| Package | Description |
|---|---|
| weka.classifiers.meta |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaBoostM1
Class for boosting a nominal class classifier using
the Adaboost M1 method.
|
class |
AdditiveRegression
Meta classifier that enhances the performance of a regression base classifier.
|
class |
FilteredClassifier
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
|
class |
LogitBoost
Class for performing additive logistic regression.
|
class |
RandomizableFilteredClassifier
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
|
| Modifier and Type | Method and Description |
|---|---|
IterativeClassifier |
IterativeClassifierOptimizer.getIterativeClassifier()
Get the classifier used as the base learner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IterativeClassifierOptimizer.setIterativeClassifier(IterativeClassifier newIterativeClassifier)
Set the base learner.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.