|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.experiment.RemoteExperimentSubTask
Class to encapsulate an experiment as a task that can be executed on a remote host.
Constructor Summary | |
RemoteExperimentSubTask()
|
Method Summary | |
TaskStatusInfo |
execute()
Run the experiment |
Experiment |
getExperiment()
Get the experiment for this sub task |
void |
setExperiment(Experiment task)
Set the experiment for this sub task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteExperimentSubTask()
Method Detail |
public void setExperiment(Experiment task)
task
- the experimentpublic Experiment getExperiment()
public TaskStatusInfo execute()
execute
in interface Task
weka.experiment.Task
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |