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 EvaluationStepKDDTask. evaluationStepThe evaluation step.(package private) EvaluationStepKDDTask.Par. evaluationStepConstructors 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 EvaluationStepEvaluationTabPanel. evalsThe data input configuredMethods in elki.gui.multistep.panels that return EvaluationStep Modifier and Type Method Description EvaluationStepEvaluationTabPanel. getEvaluationStep()Get the evaluation step. -
Uses of EvaluationStep in elki.workflow
Methods in elki.workflow that return EvaluationStep Modifier and Type Method Description EvaluationStepEvaluationStep.Par. make()
-