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, makeprivate java.util.List<? extends ResultHandler> resulthandlers
public static final OptionID RESULT_HANDLER_ID
public static final OptionID OUTPUT_ID
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OutputStep makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.