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 java.util.List<? extends ResultHandler> |
resulthandlers
Output handlers.
|
Constructor and Description |
---|
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 java.util.List<? extends ResultHandler> resulthandlers
public static final OptionID RESULT_HANDLER_ID
public static final OptionID OUTPUT_ID
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 © 2019 ELKI Development Team. License information.