程序包 weka.experiment
类 RemoteExperimentSubTask
java.lang.Object
weka.experiment.RemoteExperimentSubTask
- 所有已实现的接口:
Serializable
,RevisionHandler
,Task
Class to encapsulate an experiment as a task that can be executed on
a remote host.
- 版本:
- $Revision: 1.10 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
execute()
Run the experimentGet the experiment for this sub taskReturns the revision string.Clients should be able to call this method at any time to obtain information on a current task.void
setExperiment
(Experiment task) Set the experiment for this sub task
-
构造器详细资料
-
RemoteExperimentSubTask
public RemoteExperimentSubTask()
-
-
方法详细资料
-
setExperiment
Set the experiment for this sub task- 参数:
task
- the experiment
-
getExperiment
Get the experiment for this sub task- 返回:
- this sub task's experiment
-
execute
public void execute()Run the experiment -
getTaskStatus
从接口复制的说明:Task
Clients should be able to call this method at any time to obtain information on a current task.- 指定者:
getTaskStatus
在接口中Task
- 返回:
- a TaskStatusInfo object holding info and result (if available) for this task
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-