public static class OutputStep.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
OUTPUT_ID
OptionID for the application output file/folder.
|
static OptionID |
RESULT_HANDLER_ID
Parameter to specify the result handler classes.
|
private List<ResultHandler> |
resulthandlers
Output handlers.
|
Constructor and Description |
---|
OutputStep.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OutputStep |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
private List<ResultHandler> resulthandlers
public static final OptionID RESULT_HANDLER_ID
-resulthandler
public static final OptionID OUTPUT_ID
-out
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OutputStep 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.