Example usage for Java weka.classifiers.meta Bagging fields, constructors, methods, implement or subclass
The text is from its open source code.
Bagging() Constructor. |
void | buildClassifier(Instances data) Bagging method. |
void | setCalcOutOfBag(boolean calcOutOfBag) Set whether the out of bag error is calculated. |
void | setNumExecutionSlots(int numSlots) Set the number of execution slots (threads) to use for building the members of the ensemble. |
void | setNumIterations(int numIterations) Sets the number of bagging iterations |