|
|
|||||||||
| 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.trivial.ByLabelOutlier.Parameterizer
public static class ByLabelOutlier.Parameterizer

Parameterization class.
| Field Summary | |
|---|---|
static OptionID |
OUTLIER_PATTERN_ID
The pattern to match outliers with. |
private Pattern |
pattern
Stores the "outlier" class. |
| Constructor Summary | |
|---|---|
ByLabelOutlier.Parameterizer()
|
|
| Method Summary | |
|---|---|
protected ByLabelOutlier |
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 OUTLIER_PATTERN_ID
Default value: .*(Outlier|Noise).*
Key: -outlier.pattern
private Pattern pattern
| Constructor Detail |
|---|
public ByLabelOutlier.Parameterizer()
| Method Detail |
|---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ByLabelOutlier makeInstance()
AbstractParameterizer
makeInstance in class AbstractParameterizer
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||