ALMainTask |
This class provides a superclass for Active Learning tasks, which
enables convenient searching for those tasks for example when showing
a list of available Active Learning tasks.
|
ALMultiParamTask |
This task individually evaluates an active learning classifier for each
element of a set of parameter values.
|
ALPartitionEvaluationTask |
This task extensively evaluates an active learning classifier on a stream.
|
ALPrequentialEvaluationTask |
This task performs prequential evaluation for an active learning classifier
(testing, then training with each example in sequence).
|
ALTaskThread |
Task Thread for ALMainTask which supports pausing/resuming and cancelling of child threads
|
MetaMainTask |
This class provides features for handling tasks in a tree-like
structure of parents and subtasks.
|