Package elki.workflow
Work flow packages, e.g., following the usual KDD model.
-
Interface Summary Interface Description WorkflowStep Trivial interface for workflow steps. -
Class Summary Class Description AlgorithmStep The "algorithms" step, where data is analyzed.AlgorithmStep.Par Parameterization class.EvaluationStep The "evaluation" step, where data is analyzed.EvaluationStep.Evaluation Class to handle running the evaluators on a database instance.EvaluationStep.Par Parameterization class.InputStep Data input step of the workflow.InputStep.Par Parameterization class.LoggingStep Pseudo-step to configure logging / verbose mode.LoggingStep.Par Parameterization class.OutputStep The "output" step, where data is analyzed.OutputStep.Par Parameterization class.