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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Bagging()
Constructor.

Method

voidbuildClassifier(Instances data)
Bagging method.
voidsetCalcOutOfBag(boolean calcOutOfBag)
Set whether the out of bag error is calculated.
voidsetNumExecutionSlots(int numSlots)
Set the number of execution slots (threads) to use for building the members of the ensemble.
voidsetNumIterations(int numIterations)
Sets the number of bagging iterations