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 classAlgorithmStepThe "algorithms" step, where data is analyzed.classEvaluationStepThe "evaluation" step, where data is analyzed.classInputStepData input step of the workflow.classLoggingStepPseudo-step to configure logging / verbose mode.classOutputStepThe "output" step, where data is analyzed.
-