Uses of Class
elki.workflow.EvaluationStep
-
Packages that use EvaluationStep Package Description elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".elki.gui.multistep.panels Panels for the multi-step GUI.elki.workflow Work flow packages, e.g., following the usual KDD model. -
-
Uses of EvaluationStep in elki
Fields in elki declared as EvaluationStep Modifier and Type Field Description private EvaluationStep
KDDTask. evaluationStep
The evaluation step.(package private) EvaluationStep
KDDTask.Par. evaluationStep
Constructors in elki with parameters of type EvaluationStep Constructor Description KDDTask(InputStep inputStep, AlgorithmStep algorithmStep, EvaluationStep evaluationStep, OutputStep outputStep, java.util.Collection<TrackedParameter> settings)
Constructor. -
Uses of EvaluationStep in elki.gui.multistep.panels
Fields in elki.gui.multistep.panels declared as EvaluationStep Modifier and Type Field Description private EvaluationStep
EvaluationTabPanel. evals
The data input configuredMethods in elki.gui.multistep.panels that return EvaluationStep Modifier and Type Method Description EvaluationStep
EvaluationTabPanel. getEvaluationStep()
Get the evaluation step. -
Uses of EvaluationStep in elki.workflow
Methods in elki.workflow that return EvaluationStep Modifier and Type Method Description EvaluationStep
EvaluationStep.Par. make()
-