
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 |
|---|
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, makeprotected boolean time
public static final OptionID TIME_ID
Key: -time
public static final OptionID ALGORITHM_ID
Key: -algorithm
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected AlgorithmStep makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.