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 | Field and Description |
---|---|
protected Experiment[] |
RemoteExperiment.m_subExperiments
The sub experiments
|
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 | Field and Description |
---|---|
protected Experiment |
RunPanel.m_Exp
The experiment to run
|
protected Experiment |
ResultsPanel.m_Exp
An experiment (used for identifying a result source) -- optional.
|
protected Experiment |
DatasetListPanel.m_Exp
The experiment to set the dataset list of.
|
protected Experiment |
SimpleSetupPanel.m_Exp
The experiment being configured
|
protected Experiment |
RunNumberPanel.m_Exp
The experiment being configured
|
protected Experiment |
SetupPanel.m_Exp
The experiment being configured
|
protected Experiment |
GeneratorPropertyIteratorPanel.m_Exp
The experiment this all applies to
|
protected Experiment |
AlgorithmListPanel.m_Exp
The experiment to set the algorithm list of
|
Modifier and Type | Method and Description |
---|---|
Experiment |
SetupModePanel.getExperiment()
Gets the currently configured experiment.
|
Experiment |
SimpleSetupPanel.getExperiment()
Gets the currently configured experiment.
|
Experiment |
SetupPanel.getExperiment()
Gets the currently configured experiment.
|
Modifier and Type | Method and Description |
---|---|
void |
RunPanel.setExperiment(Experiment exp)
Sets the experiment the panel operates on.
|
void |
DistributeExperimentPanel.setExperiment(Experiment exp)
Sets the experiment to be configured.
|
void |
ResultsPanel.setExperiment(Experiment exp)
Tells the panel to use a new experiment.
|
void |
DatasetListPanel.setExperiment(Experiment exp)
Tells the panel to act on a new experiment.
|
boolean |
SimpleSetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure.
|
void |
RunNumberPanel.setExperiment(Experiment exp)
Sets the experiment to be configured.
|
void |
SetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure.
|
void |
GeneratorPropertyIteratorPanel.setExperiment(Experiment exp)
Sets the experiment which will have the custom properties edited.
|
void |
AlgorithmListPanel.setExperiment(Experiment exp)
Tells the panel to act on a new experiment.
|
protected void |
ResultsPanel.setInstancesFromExp(Experiment exp)
Examines the supplied experiment to determine the results destination
and attempts to load the results.
|
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 © 2015 University of Waikato, Hamilton, NZ. All rights reserved.