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)

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

Constructors

 o RemoteExperimentSubTask
 public RemoteExperimentSubTask()

Methods

 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