public class AlgorithmStep extends java.lang.Object implements WorkflowStep
Modifier and Type | Class and Description |
---|---|
static class |
AlgorithmStep.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<? extends Algorithm> |
algorithms
Holds the algorithm to run.
|
private static Logging |
LOG
Logger
|
private Result |
stepresult
The algorithm output
|
Constructor and Description |
---|
AlgorithmStep(java.util.List<? extends Algorithm> algorithms)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Result |
getResult()
Get the result.
|
Result |
runAlgorithms(Database database)
Run algorithms.
|
private static final Logging LOG
private java.util.List<? extends Algorithm> algorithms
private Result stepresult
public AlgorithmStep(java.util.List<? extends Algorithm> algorithms)
algorithms
- Copyright © 2019 ELKI Development Team. License information.