Uses of Class
weka.experiment.Experiment
-
Uses of Experiment in weka.experiment
Modifier and TypeClassDescriptionclass
Holds all the necessary configuration information for a distributed experiment.Modifier and TypeMethodDescriptionRemoteExperiment.getBaseExperiment()
Get the base experiment used by this remote experimentRemoteExperimentSubTask.getExperiment()
Get the experiment for this sub taskstatic Experiment
Loads an experiment from a file.Modifier and TypeMethodDescriptionvoid
RemoteExperiment.setBaseExperiment
(Experiment base) Set the base experiment.void
RemoteExperimentSubTask.setExperiment
(Experiment task) Set the experiment for this sub taskstatic void
Experiment.write
(String filename, Experiment exp) Writes the experiment to disk.ModifierConstructorDescriptionRemoteExperiment
(Experiment base) Construct a new RemoteExperiment using a base Experiment -
Uses of Experiment in weka.gui.experiment
Modifier and TypeMethodDescriptionabstract Experiment
AbstractSetupPanel.getExperiment()
Gets the currently configured experiment.SetupModePanel.getExperiment()
Gets the currently configured experiment.SetupPanel.getExperiment()
Gets the currently configured experiment.SimpleSetupPanel.getExperiment()
Gets the currently configured experiment.Modifier and TypeMethodDescriptionabstract boolean
AbstractSetupPanel.setExperiment
(Experiment exp) Sets the experiment to configure.void
AlgorithmListPanel.setExperiment
(Experiment exp) Tells the panel to act on a new experiment.void
DatasetListPanel.setExperiment
(Experiment exp) Tells the panel to act on a new experiment.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
ResultsPanel.setExperiment
(Experiment exp) Tells the panel to use a new experiment.void
RunNumberPanel.setExperiment
(Experiment exp) Sets the experiment to be configured.void
RunPanel.setExperiment
(Experiment exp) Sets the experiment the panel operates on.boolean
SetupPanel.setExperiment
(Experiment exp) Sets the experiment to configure.boolean
SimpleSetupPanel.setExperiment
(Experiment exp) Sets the experiment to configure.void
SetupModePanel.switchTo
(AbstractSetupPanel panel, Experiment exp) Switches to the specified panel.void
SetupModePanel.switchToAdvanced
(Experiment exp) Switches to the advanced panel.ModifierConstructorDescriptionCreates the algorithm list panel with the given experiment.Creates the dataset list panel with the given experiment.Creates the panel with the supplied initial experiment.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.Creates the setup panel with the supplied initial experiment.