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 java.util.List<? extends 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
protected java.util.List<? extends Algorithm> algorithms
public static final OptionID TIME_ID
public static final OptionID ALGORITHM_ID
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected AlgorithmStep makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.