| Interface | Description |
|---|---|
| ResultPreviewListener |
Interface implemented by classes that preview results
on the Graphical User Interface
|
| Task |
Interface representing a task.
|
| TaskCompletionListener |
Interface representing a listener for the task in TaskThread to be completed.
|
| TaskMonitor |
Interface representing a task monitor.
|
| Class | Description |
|---|---|
| AbstractTask |
Abstract Task.
|
| CacheShuffledStream |
Task for storing and shuffling examples in memory.
|
| ConceptDriftMainTask | |
| EvaluateClustering |
Task for evaluating a clusterer on a stream.
|
| EvaluateConceptDrift |
Task for evaluating a classifier on a stream by testing then training with each example in sequence.
|
| EvaluateInterleavedChunks | |
| EvaluateInterleavedTestThenTrain |
Task for evaluating a classifier on a stream by testing then training with
each example in sequence.
|
| EvaluateModel |
Task for evaluating a static model on a stream.
|
| EvaluateModelRegression |
Task for evaluating a static model on a stream.
|
| EvaluateOnlineRecommender |
Test for evaluating a recommender by training and periodically testing
on samples from a rating dataset.
|
| EvaluatePeriodicHeldOutTest |
Task for evaluating a classifier on a stream by periodically testing on a heldout set.
|
| EvaluatePrequential |
Task for evaluating a classifier on a stream by testing then training with each example in sequence.
|
| EvaluatePrequentialRegression |
Task for evaluating a classifier on a stream by testing then training with each example in sequence.
|
| FailedTaskReport |
Class for reporting a failed task.
|
| LearnModel |
Task for learning a model without any evaluation.
|
| LearnModelRegression |
Task for learning a model without any evaluation.
|
| MainTask |
Abstract Main Task.
|
| MeasureStreamSpeed |
Task for measuring the speed of the stream.
|
| NullMonitor |
Class that represents a null monitor.
|
| Plot |
A task allowing to create and plot gnuplot scripts.
|
| RegressionMainTask | |
| RunStreamTasks |
Task for running several experiments modifying values of parameters.
|
| RunTasks |
Task for running several experiments modifying values of parameters.
|
| StandardTaskMonitor |
Class that represents a standard task monitor.
|
| TaskThread |
Task Thread.
|
| WriteStreamToARFFFile |
Task to output a stream to an ARFF file
|
| Enum | Description |
|---|---|
| Plot.LegendLocation |
Location of the legend on the plot.
|
| Plot.LegendType |
Type of legend.
|
| Plot.PlotStyle | |
| Plot.Terminal |
Plot output terminal.
|
| TaskThread.Status |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.