Uses of Interface
weka.experiment.Task

Packages that use Task
weka.experiment   
weka.gui.boundaryvisualizer   
 

Uses of Task in weka.experiment
 

Classes in weka.experiment that implement Task
 class RemoteExperimentSubTask
          Class to encapsulate an experiment as a task that can be executed on a remote host.
 

Methods in weka.experiment with parameters of type Task
 Object RemoteEngine.executeTask(Task t)
          Takes a task object and queues it for execution
 Object Compute.executeTask(Task t)
          Execute a task
 

Uses of Task in weka.gui.boundaryvisualizer
 

Classes in weka.gui.boundaryvisualizer that implement Task
 class RemoteBoundaryVisualizerSubTask
          Class that encapsulates a sub task for distributed boundary visualization.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.