All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.experiment.Task
- public interface Task
- extends java.io.Serializable
Interface to something that can be remotely executed as a task.
- Version:
- $Revision: 1.5 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
execute()
- Execute this task.
execute
public TaskStatusInfo execute()
Execute this task.
- Returns:
- a TaskStatusInfo object holding info and result from executing
this task
All Packages Class Hierarchy This Package Previous Next Index WEKA's home