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 java.lang.Object
implements Task
Class to encapsulate an experiment as a task that can be executed on a remote host.

Version:
$Revision: 1.5 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o RemoteExperimentSubTask()
 

Method Index

 o execute()
Run the experiment
 o getExperiment()
Get the experiment for this sub task
 o setExperiment(Experiment)
Set the experiment for this sub task

Constructor Detail

 o RemoteExperimentSubTask
public RemoteExperimentSubTask()

Method Detail

 o setExperiment
public void setExperiment(Experiment task)
          Set the experiment for this sub task
Parameters:
task - the experiment
 o getExperiment
public Experiment getExperiment()
          Get the experiment for this sub task
Returns:
this sub task's experiment
 o execute
public TaskStatusInfo execute()
          Run the experiment

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home