Example usage for Java weka.classifiers.meta AdaBoostM1 fields, constructors, methods, implement or subclass
The text is from its open source code.
AdaBoostM1() Constructor. |
void | buildClassifier(Instances data) Method used to build the classifier. |
String[] | getOptions() Gets the current settings of the Classifier. |
void | setNumIterations(int numIterations) Sets the number of bagging iterations |
void | setOptions(String[] options) Parses a given list of options. |
String | toString() Returns description of the boosted classifier. |