public static class AlgorithmStep.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
ALGORITHM_ID
Parameter to specify the algorithm to run.
|
protected List<Algorithm> |
algorithms
Holds the algorithm to run.
|
protected boolean |
time
Enable logging of performance data
|
static OptionID |
TIME_ID
Flag to allow verbose messages while running the application.
|
Constructor and Description |
---|
AlgorithmStep.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected AlgorithmStep |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected boolean time
public static final OptionID TIME_ID
Key: -time
public static final OptionID ALGORITHM_ID
Key: -algorithm
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected AlgorithmStep 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.