Package | Description |
---|---|
weka.experiment | |
weka.gui.experiment |
Modifier and Type | Class and Description |
---|---|
class |
RemoteExperiment
Holds all the necessary configuration information for a distributed
experiment.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
RemoteExperiment.getBaseExperiment()
Get the base experiment used by this remote experiment
|
Experiment |
RemoteExperimentSubTask.getExperiment()
Get the experiment for this sub task
|
static Experiment |
Experiment.read(String filename)
Loads an experiment from a file.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteExperiment.setBaseExperiment(Experiment base)
Set the base experiment.
|
void |
RemoteExperimentSubTask.setExperiment(Experiment task)
Set the experiment for this sub task
|
static void |
Experiment.write(String filename,
Experiment exp)
Writes the experiment to disk.
|
Constructor and Description |
---|
RemoteExperiment(Experiment base)
Construct a new RemoteExperiment using a base Experiment
|
Modifier and Type | Method and Description |
---|---|
Experiment |
SimpleSetupPanel.getExperiment()
Gets the currently configured experiment.
|
Experiment |
SetupPanel.getExperiment()
Gets the currently configured experiment.
|
Experiment |
SetupModePanel.getExperiment()
Gets the currently configured experiment.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleSetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure.
|
void |
SetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure.
|
void |
RunPanel.setExperiment(Experiment exp)
Sets the experiment the panel operates on.
|
void |
RunNumberPanel.setExperiment(Experiment exp)
Sets the experiment to be configured.
|
void |
ResultsPanel.setExperiment(Experiment exp)
Tells the panel to use a new experiment.
|
void |
GeneratorPropertyIteratorPanel.setExperiment(Experiment exp)
Sets the experiment which will have the custom properties edited.
|
void |
DistributeExperimentPanel.setExperiment(Experiment exp)
Sets the experiment to be configured.
|
void |
DatasetListPanel.setExperiment(Experiment exp)
Tells the panel to act on a new experiment.
|
void |
AlgorithmListPanel.setExperiment(Experiment exp)
Tells the panel to act on a new experiment.
|
void |
SetupModePanel.switchToAdvanced(Experiment exp)
Switches to the advanced setup mode.
|
void |
SetupModePanel.switchToSimple(Experiment exp)
Switches to the simple setup mode only if allowed to.
|
Constructor and Description |
---|
AlgorithmListPanel(Experiment exp)
Creates the algorithm list panel with the given experiment.
|
DatasetListPanel(Experiment exp)
Creates the dataset list panel with the given experiment.
|
DistributeExperimentPanel(Experiment exp)
Creates the panel with the supplied initial experiment.
|
GeneratorPropertyIteratorPanel(Experiment exp)
Creates the property iterator panel and sets the experiment.
|
RunNumberPanel(Experiment exp)
Creates the panel with the supplied initial experiment.
|
RunPanel(Experiment exp)
Creates the panel with the supplied initial experiment.
|
SetupPanel(Experiment exp)
Creates the setup panel with the supplied initial experiment.
|
SimpleSetupPanel(Experiment exp)
Creates the setup panel with the supplied initial experiment.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.