public class AlgorithmStep extends Object implements WorkflowStep
Modifier and Type | Class and Description |
---|---|
static class |
AlgorithmStep.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private List<Algorithm> |
algorithms
Holds the algorithm to run.
|
private static Logging |
LOG
Logger
|
private Result |
stepresult
The algorithm output
|
Constructor and Description |
---|
AlgorithmStep(List<Algorithm> algorithms)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.