Uses of Package
elki.workflow
-
Packages that use elki.workflow Package Description elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".elki.application Base classes for standalone applications.elki.application.benchmark Benchmarking pseudo algorithms.elki.application.greedyensemble Greedy ensembles for outlier detection.elki.application.statistics Applications to compute some basic data set statistics.elki.gui.multistep.panels Panels for the multi-step GUI.elki.workflow Work flow packages, e.g., following the usual KDD model. -
Classes in elki.workflow used by elki Class Description AlgorithmStep The "algorithms" step, where data is analyzed.EvaluationStep The "evaluation" step, where data is analyzed.InputStep Data input step of the workflow.OutputStep The "output" step, where data is analyzed. -
Classes in elki.workflow used by elki.application Class Description InputStep Data input step of the workflow. -
Classes in elki.workflow used by elki.application.benchmark Class Description InputStep Data input step of the workflow. -
Classes in elki.workflow used by elki.application.greedyensemble Class Description InputStep Data input step of the workflow. -
Classes in elki.workflow used by elki.application.statistics Class Description InputStep Data input step of the workflow. -
Classes in elki.workflow used by elki.gui.multistep.panels Class Description AlgorithmStep The "algorithms" step, where data is analyzed.EvaluationStep The "evaluation" step, where data is analyzed.InputStep Data input step of the workflow.OutputStep The "output" step, where data is analyzed. -
Classes in elki.workflow used by elki.workflow Class Description AlgorithmStep The "algorithms" step, where data is analyzed.EvaluationStep The "evaluation" step, where data is analyzed.InputStep Data input step of the workflow.LoggingStep Pseudo-step to configure logging / verbose mode.OutputStep The "output" step, where data is analyzed.WorkflowStep Trivial interface for workflow steps.