| AbstractWekaModelWriter |
Ancestor for actors that serialize models.
|
| WekaAttributeSummary |
Displays an attribute summary.
|
| WekaClassifierErrors |
Actor for displaying classifier errors.
|
| WekaClassifierErrors.DataGenerator |
Helper class for generating visualization data.
|
| WekaCostBenefitAnalysis |
Actor for displaying a cost benefit analysis dialog.
|
| WekaCostCurve |
Actor for displaying a cost curve.
|
| WekaDatabaseWriter |
Actor for saving a weka.core.Instances object in a database.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
|
| WekaExperimentFileWriter |
Saves an experiment file.
|
| WekaExperimentGenerator |
Generates an experiment setup that can be used in conjunction with the Experiment transformer actor.
|
| WekaFileWriter |
Actor for saving a weka.core.Instances object as file.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
|
| WekaGraphVisualizer |
Displays BayesNet graphs in XML or BIF notation
Either displays the contents of a file or an object that implements weka.core.Drawable and generates a BayesNet graph.
|
| WekaInstancesDisplay |
Actor for displaying a weka.core.Instances object in table format.
|
| WekaInstancesPlot |
Actor for plotting one attribute vs another.
|
| WekaInstanceViewer |
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.
|
| WekaMarginCurve |
Actor for displaying margin errors.
|
| WekaModelWriter |
Actor for saving a model (classifier or clusterer) alongside an optional header (i.e., weka.core.Instances object) as file.
|
| WekaThresholdCurve |
Actor for displaying threshold curves, like ROC or precision/recall.
|
| WekaTreeVisualizer |
Displays trees in dot notation.
|