Uses of Interface
weka.experiment.Task
Packages that use Task
-
Uses of Task in weka.experiment
Classes in weka.experiment that implement TaskModifier and TypeClassDescriptionclass
Class to encapsulate an experiment as a task that can be executed on a remote host.Methods in weka.experiment with parameters of type TaskModifier and TypeMethodDescriptionCompute.executeTask
(Task t) Execute a taskRemoteEngine.executeTask
(Task t) Takes a task object and queues it for execution -
Uses of Task in weka.gui.boundaryvisualizer
Classes in weka.gui.boundaryvisualizer that implement TaskModifier and TypeClassDescriptionclass
Class that encapsulates a sub task for distributed boundary visualization.