|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Experiment | |
|---|---|
| weka.experiment | |
| weka.gui.experiment | |
| Uses of Experiment in weka.experiment |
|---|
| Subclasses of Experiment in weka.experiment | |
|---|---|
class |
RemoteExperiment
Holds all the necessary configuration information for a distributed experiment. |
| Methods in weka.experiment that return Experiment | |
|---|---|
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. |
| Methods in weka.experiment with parameters of type Experiment | |
|---|---|
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. |
| Constructors in weka.experiment with parameters of type Experiment | |
|---|---|
RemoteExperiment(Experiment base)
Construct a new RemoteExperiment using a base Experiment |
|
| Uses of Experiment in weka.gui.experiment |
|---|
| Methods in weka.gui.experiment that return Experiment | |
|---|---|
Experiment |
SetupModePanel.getExperiment()
Gets the currently configured experiment. |
Experiment |
SetupPanel.getExperiment()
Gets the currently configured experiment. |
Experiment |
SimpleSetupPanel.getExperiment()
Gets the currently configured experiment. |
| Methods in weka.gui.experiment with parameters of type Experiment | |
|---|---|
void |
DatasetListPanel.setExperiment(Experiment exp)
Tells the panel to act on a new experiment. |
void |
ResultsPanel.setExperiment(Experiment exp)
Tells the panel to use a new experiment. |
void |
RunNumberPanel.setExperiment(Experiment exp)
Sets the experiment to be configured. |
void |
DistributeExperimentPanel.setExperiment(Experiment exp)
Sets the experiment to be configured. |
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. |
void |
RunPanel.setExperiment(Experiment exp)
Sets the experiment the panel operates on. |
void |
SetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure. |
boolean |
SimpleSetupPanel.setExperiment(Experiment exp)
Sets the experiment to configure. |
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. |
| Constructors in weka.gui.experiment with parameters of type Experiment | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||