Uses of Class
de.lmu.ifi.dbs.elki.workflow.OutputStep

Packages that use OutputStep
de.lmu.ifi.dbs.elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures" KDDTask is the main class of the ELKI-Framework for command-line interaction. 
de.lmu.ifi.dbs.elki.gui.multistep.panels Panels for the multi-step GUI 
de.lmu.ifi.dbs.elki.workflow Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM 
 

Uses of OutputStep in de.lmu.ifi.dbs.elki
 

Fields in de.lmu.ifi.dbs.elki declared as OutputStep
private  OutputStep KDDTask.outputStep
          The output/visualization step
(package private)  OutputStep KDDTask.Parameterizer.outputStep
           
 

Constructors in de.lmu.ifi.dbs.elki with parameters of type OutputStep
KDDTask(InputStep inputStep, AlgorithmStep algorithmStep, EvaluationStep evaluationStep, OutputStep outputStep, Collection<Pair<Object,Parameter<?,?>>> settings)
          Constructor.
 

Uses of OutputStep in de.lmu.ifi.dbs.elki.gui.multistep.panels
 

Fields in de.lmu.ifi.dbs.elki.gui.multistep.panels declared as OutputStep
private  OutputStep OutputTabPanel.outs
          The data input configured
 

Uses of OutputStep in de.lmu.ifi.dbs.elki.workflow
 

Methods in de.lmu.ifi.dbs.elki.workflow that return OutputStep
protected  OutputStep OutputStep.Parameterizer.makeInstance()
           
 


Release 0.4.0 (2011-09-20_1324)