All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.experiment.Task

public interface Task
extends Serializable
Interface to something that can be remotely executed as a task.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Method Index

 o execute()
Execute this task.

Methods

 o execute
 public abstract 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