
public static class ByLabelFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private boolean |
inverted
Inversion flag
|
static OptionID |
LABELFILTER_PATTERN_ID
Parameter that specifies the filter pattern (regular expression).
|
static OptionID |
LABELFILTER_PATTERN_INVERT_ID
Flag to use the pattern in inverted mode
Key:
-patternfilter.invert
|
(package private) Pattern |
pattern
The pattern configured.
|
| Constructor and Description |
|---|
ByLabelFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ByLabelFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID LABELFILTER_PATTERN_ID
Key: -patternfilter.pattern
public static final OptionID LABELFILTER_PATTERN_INVERT_ID
Key: -patternfilter.invert
Pattern pattern
private boolean inverted
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ByLabelFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.