List of usage examples for weka.classifiers IteratedSingleClassifierEnhancer subclass-usage
From source file Pair.java
public class TwoStageTrAdaBoostR2 extends IteratedSingleClassifierEnhancer { private boolean resample = false; private double sourceRatio = 2; private boolean doFraction = false; private boolean doUpsource = false;
From source file NewPISCE.java
/**
* Abstract utility class for handling settings common to
* meta classifiers that build an ensemble in parallel from a single
* base learner.
*
* @author Mark Hall (mhall{[at]}pentaho{[dot]}com)