public static class ArffParser.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
(package private) Pattern |
magic_class
Pattern to recognize class label columns
|
static OptionID |
MAGIC_CLASS_ID
Pattern for recognizing class label attributes.
|
(package private) Pattern |
magic_eid
Pattern to recognize external ids
|
static OptionID |
MAGIC_EID_ID
Pattern for recognizing external ID attributes.
|
Constructor and Description |
---|
ArffParser.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ArffParser |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID MAGIC_EID_ID
public static final OptionID MAGIC_CLASS_ID
Pattern magic_eid
Pattern magic_class
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ArffParser makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.