| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.gui.multistep |
Multi-step GUI for ELKI
|
| de.lmu.ifi.dbs.elki.gui.multistep.panels |
Panels for the multi-step GUI
|
| Modifier and Type | Field and Description |
|---|---|
private InputTabPanel |
MultiStepGUI.inputTab |
| Modifier and Type | Field and Description |
|---|---|
private InputTabPanel |
OutputTabPanel.input
Input step to run on.
|
private InputTabPanel |
EvaluationTabPanel.input
Input step to run on.
|
private InputTabPanel |
AlgorithmTabPanel.input
Input step to run on.
|
| Constructor and Description |
|---|
AlgorithmTabPanel(InputTabPanel input)
Constructor.
|
EvaluationTabPanel(InputTabPanel input,
AlgorithmTabPanel algs)
Constructor.
|
OutputTabPanel(InputTabPanel input,
EvaluationTabPanel evals)
Constructor.
|