| Package | Description | 
|---|---|
| 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 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private EvaluationStep | 
KDDTask.evaluationStep
The evaluation step. 
 | 
(package private) EvaluationStep | 
KDDTask.Parameterizer.evaluationStep  | 
| Constructor and Description | 
|---|
KDDTask(InputStep inputStep,
       AlgorithmStep algorithmStep,
       EvaluationStep evaluationStep,
       OutputStep outputStep,
       Collection<Pair<Object,Parameter<?>>> settings)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private EvaluationStep | 
EvaluationTabPanel.evals
The data input configured 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EvaluationStep | 
EvaluationTabPanel.getEvaluationStep()
Get the evaluation step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected EvaluationStep | 
EvaluationStep.Parameterizer.makeInstance()  |