Uses of Interface
elki.workflow.WorkflowStep
-
Packages that use WorkflowStep Package Description elki.workflow Work flow packages, e.g., following the usual KDD model. -
-
Uses of WorkflowStep in elki.workflow
Classes in elki.workflow that implement WorkflowStep Modifier and Type Class Description class
AlgorithmStep
The "algorithms" step, where data is analyzed.class
EvaluationStep
The "evaluation" step, where data is analyzed.class
InputStep
Data input step of the workflow.class
LoggingStep
Pseudo-step to configure logging / verbose mode.class
OutputStep
The "output" step, where data is analyzed.
-