
public static class FeatureBagging.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
breadth
Cumulative sum or breadth first combinations.
|
static OptionID |
BREADTH_ID
The flag for using the breadth first approach.
|
protected int |
k
The neighborhood size to use.
|
protected int |
num
Number of instances to use.
|
static OptionID |
NUM_ID
Parameter to specify the number of instances to use in the ensemble.
|
protected RandomFactory |
rnd
Random generator.
|
static OptionID |
SEED_ID
The 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 AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.