| AbstractOutputGenerator |
Ancestor for output generators using the data from the per-fold pane.
|
| AbstractOutputGeneratorWithFoldModelsSupport<T extends JComponent> |
Ancestor for output generators that can generate output for separate folds
just using the Classifier objects.
|
| AbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent> |
Ancestor for output generators that can generate output for separate folds
just using the Evaluation objects.
|
| ClassifierErrors |
Generates classifier errors plot.
|
| ConfusionMatrix |
Displays the confusion matrix.
|
| FourInOnePlot |
Generates the 4-in-1 plot: normal plot, histogram, residuals vs fit and vs order.
|
| GraphSource |
Displays the source code of the graph (dot or XML BIF).
|
| LegacyClassifierErrors |
Generates classifier errors plot (legacy Weka output).
|
| LegacyCostBenefitAnalysis |
Generates cost benefit analysis (legacy Weka output).
|
| LegacyCostCurve |
Generates cost curve (legacy Weka output).
|
| LegacyGraphVisualizer |
Displays the graph that the model generated (legacy Weka output).
|
| LegacyMarginCurve |
Generates margin curve (legacy Weka output).
|
| LegacyThresholdCurve |
Generates margin curve (legacy Weka output).
|
| LegacyTreeVisualizer |
Displays the tree that the model generated (legacy Weka output).
|
| ModelOutput |
Outputs the model if available.
|
| PredictionEccentricity |
Generates classifier prediction eccentricity.
|
| Predictions |
Displays the predictions.
|
| PredictionTrend |
Generates a 'prediction trend' for classifier errors: sorts the
predictions on the actual value and plots actual and predicted side-by-side.
|
| ResidualsVsFitted |
Plots the residuals vs the fitted values (= predictions).
|
| ResidualsVsPredictor |
Plots the residuals vs the predictor.
|
| RunInformation |
Generates run information.
|
| SourceCode |
Outputs source code from the model (if classifier implements Sourcable).
|
| TextStatistics |
Generates basic text statistic.
|
| TreeGraphML |
Displays the GraphML source code of the tree graph.
|
| TreeVisualizer |
Displays the tree that the model generated.
|