程序包 weka.experiment
接口 Compute
- 所有超级接口:
Remote
- 所有已知实现类:
RemoteEngine
Interface to something that can accept remote connections and execute
a task.
- 版本:
- $Revision: 1.5 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
方法概要
修饰符和类型方法说明checkStatus
(Object taskId) Check on the status of aTask
executeTask
(Task t) Execute a task
-
方法详细资料
-
executeTask
Execute a task- 参数:
t
- Task to be executed- 返回:
- a unique ID for the task
- 抛出:
RemoteException
- if something goes wrong.
-
checkStatus
Check on the status of aTask
- 参数:
taskId
- the ID for the Task to be checked- 返回:
- the status of the Task
- 抛出:
Exception
- if an error occurs
-