|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.algorithm.outlier.meta.FeatureBagging.Parameterizer
public static class FeatureBagging.Parameterizer

Parameterization class.
| Field Summary | |
|---|---|
protected boolean |
breadth
Cumulative sum or breadth first combinations |
static OptionID |
BREADTH_ID
The flag for using the breadth first approach Key: -fbagging.breadth
|
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 Long |
seed
Random generator seed |
static OptionID |
SEED_ID
The parameter to specify the random seed Key: -fbagging.seed
|
| Constructor Summary | |
|---|---|
FeatureBagging.Parameterizer()
|
|
| Method Summary | |
|---|---|
protected FeatureBagging |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
| Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
|---|
configure, make |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public 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 Long seed
| Constructor Detail |
|---|
public FeatureBagging.Parameterizer()
| Method Detail |
|---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected FeatureBagging makeInstance()
AbstractParameterizer
makeInstance in class AbstractParameterizer
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||