Uses of Class
elki.workflow.AlgorithmStep
-
Packages that use AlgorithmStep 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 AlgorithmStep in elki
Fields in elki declared as AlgorithmStep Modifier and Type Field Description private AlgorithmStep
KDDTask. algorithmStep
The algorithm (data mining) step.(package private) AlgorithmStep
KDDTask.Par. algorithmStep
Constructors in elki with parameters of type AlgorithmStep Constructor Description KDDTask(InputStep inputStep, AlgorithmStep algorithmStep, EvaluationStep evaluationStep, OutputStep outputStep, java.util.Collection<TrackedParameter> settings)
Constructor. -
Uses of AlgorithmStep in elki.gui.multistep.panels
Fields in elki.gui.multistep.panels declared as AlgorithmStep Modifier and Type Field Description private AlgorithmStep
AlgorithmTabPanel. algorithms
The data input configuredMethods in elki.gui.multistep.panels that return AlgorithmStep Modifier and Type Method Description AlgorithmStep
AlgorithmTabPanel. getAlgorithmStep()
Get the algorithm step object. -
Uses of AlgorithmStep in elki.workflow
Methods in elki.workflow that return AlgorithmStep Modifier and Type Method Description AlgorithmStep
AlgorithmStep.Par. make()
-