Java weka.classifiers.meta AdaBoostM1 fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.meta AdaBoostM1 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.meta AdaBoostM1.

The text is from its open source code.

Subclass

weka.classifiers.meta.AdaBoostM1 has subclasses.
Click this link to see all its subclasses.

Constructor

AdaBoostM1()
Constructor.

Method

voidbuildClassifier(Instances data)
Method used to build the classifier.
String[]getOptions()
Gets the current settings of the Classifier.
voidsetNumIterations(int numIterations)
Sets the number of bagging iterations
voidsetOptions(String[] options)
Parses a given list of options.
StringtoString()
Returns description of the boosted classifier.