程序包 weka.experiment

接口 Task

所有超级接口:
Serializable
所有已知实现类:
RemoteBoundaryVisualizerSubTask, RemoteExperimentSubTask

public interface Task extends Serializable
Interface to something that can be remotely executed as a task.
版本:
$Revision: 1.8 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Execute this task.
    Clients should be able to call this method at any time to obtain information on a current task.
  • 方法详细资料

    • execute

      void execute()
      Execute this task.
    • getTaskStatus

      TaskStatusInfo getTaskStatus()
      Clients should be able to call this method at any time to obtain information on a current task.
      返回:
      a TaskStatusInfo object holding info and result (if available) for this task