
public static class FeatureBagging.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | breadthCumulative sum or breadth first combinations. | 
| static OptionID | BREADTH_IDThe flag for using the breadth first approach. | 
| protected int | kThe neighborhood size to use. | 
| protected int | numNumber of instances to use. | 
| static OptionID | NUM_IDParameter to specify the number of instances to use in the ensemble. | 
| protected RandomFactory | rndRandom generator. | 
| static OptionID | SEED_IDThe parameter to specify the random seed. | 
| Constructor and Description | 
|---|
| FeatureBagging.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FeatureBagging | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final OptionID NUM_ID
 Key: -fbagging.num
 
public static final OptionID BREADTH_ID
 Key: -fbagging.breadth
 
public static final OptionID SEED_ID
 Key: -fbagging.seed
 
protected int k
protected int num
protected boolean breadth
protected RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected FeatureBagging makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer