All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.experiment.RemoteExperimentSubTask
java.lang.Object
|
+----weka.experiment.RemoteExperimentSubTask
- public class RemoteExperimentSubTask
- extends Object
- implements Task
Class to encapsulate an experiment as a task that can be executed on
a remote host.
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
RemoteExperimentSubTask()
-
-
execute()
- Run the experiment
-
getExperiment()
- Get the experiment for this sub task
-
setExperiment(Experiment)
- Set the experiment for this sub task
RemoteExperimentSubTask
public RemoteExperimentSubTask()
setExperiment
public void setExperiment(Experiment task)
- Set the experiment for this sub task
- Parameters:
- task - the experiment
getExperiment
public Experiment getExperiment()
- Get the experiment for this sub task
- Returns:
- this sub task's experiment
execute
public TaskStatusInfo execute()
- Run the experiment
All Packages Class Hierarchy This Package Previous Next Index WEKA's home