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 AlgorithmStepKDDTask. algorithmStepThe algorithm (data mining) step.(package private) AlgorithmStepKDDTask.Par. algorithmStepConstructors 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 AlgorithmStepAlgorithmTabPanel. algorithmsThe data input configuredMethods in elki.gui.multistep.panels that return AlgorithmStep Modifier and Type Method Description AlgorithmStepAlgorithmTabPanel. getAlgorithmStep()Get the algorithm step object. -
Uses of AlgorithmStep in elki.workflow
Methods in elki.workflow that return AlgorithmStep Modifier and Type Method Description AlgorithmStepAlgorithmStep.Par. make()
-