程序包 weka.experiment

接口 Compute

所有超级接口:
Remote
所有已知实现类:
RemoteEngine

public interface Compute extends Remote
Interface to something that can accept remote connections and execute a task.
版本:
$Revision: 1.5 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
  • 方法详细资料

    • executeTask

      Object executeTask(Task t) throws RemoteException
      Execute a task
      参数:
      t - Task to be executed
      返回:
      a unique ID for the task
      抛出:
      RemoteException - if something goes wrong.
    • checkStatus

      Object checkStatus(Object taskId) throws Exception
      Check on the status of a Task
      参数:
      taskId - the ID for the Task to be checked
      返回:
      the status of the Task
      抛出:
      Exception - if an error occurs