Uses of Class
adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
-
-
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.associatetab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.associatetab.output Modifier and Type Class Description class
AbstractOutputGenerator
Ancestor for output generators using t.class
ModelOutput
Outputs the model if available.class
Rules
Outputs the rules if availableAssociationRulesProducer
.class
RunInformation
Generates run information. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.attseltab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.attseltab.output Modifier and Type Class Description class
AbstractOutputGenerator
Ancestor for output generators using t.class
ReducedData
Generates the reduced dataset.class
RunInformation
Generates run information.class
TextStatistics
Generates basic text statistic. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.output Modifier and Type Class Description class
AbstractOutputGenerator
Ancestor for output generators using the data from the per-fold pane.class
AbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent>
Ancestor for output generators that can generate output for separate folds just using the Evaluation objects.class
ClassifierErrors
Generates classifier errors plot.class
ConfusionMatrix
Displays the confusion matrix.class
FourInOnePlot
Generates the 4-in-1 plot: normal plot, histogram, residuals vs fit and vs order.class
GraphSource
Displays the source code of the graph (dot or XML BIF).class
LegacyClassifierErrors
Generates classifier errors plot (legacy Weka output).class
LegacyCostBenefitAnalysis
Generates cost benefit analysis (legacy Weka output).class
LegacyCostCurve
Generates cost curve (legacy Weka output).class
LegacyGraphVisualizer
Displays the graph that the model generated (legacy Weka output).class
LegacyMarginCurve
Generates margin curve (legacy Weka output).class
LegacyThresholdCurve
Generates margin curve (legacy Weka output).class
LegacyTreeVisualizer
Displays the tree that the model generated (legacy Weka output).class
ModelOutput
Outputs the model if available.class
PredictionEccentricity
Generates classifier prediction eccentricity.class
Predictions
Displays the predictions.class
PredictionTrend
Generates a 'prediction trend' for classifier errors: sorts the predictions on the actual value and plots actual and predicted side-by-side.class
ResidualsVsFitted
Plots the residuals vs the fitted values (= predictions).class
ResidualsVsPredictor
Plots the residuals vs the predictor.class
RunInformation
Generates run information.class
SourceCode
Outputs source code from the model (if classifier implementsSourcable
).class
TextStatistics
Generates basic text statistic.class
TreeGraphML
Displays the GraphML source code of the tree graph.class
TreeVisualizer
Displays the tree that the model generated. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated Modifier and Type Class Description class
Predictions
Generates statistics for predictions from repeated cross-validation runs.class
SamplePlot
Generates a plot with statistics derived for each sample across the cross-validation runs.class
Statistics
Generates statistics for repeated cross-validation runs. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.clustertab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.clustertab.output Modifier and Type Class Description class
AbstractOutputGenerator
Ancestor for output generators using t.class
ClusterAssignments
Displays the cluster assignments.class
GraphSource
Displays the source code of the graph (dot or XML BIF).class
LegacyTreeVisualizer
Displays the tree that the model generated (legacy Weka output).class
ModelOutput
Outputs the model if available.class
RunInformation
Generates run information.class
Supplementary
Outputs the supplementary data if available.class
TextStatistics
Generates basic text statistic. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.experimenttab.output Modifier and Type Class Description class
AbstractOutputGenerator
Ancestor for output generators using the data from the per-fold pane.class
RunInformation
Generates run information.class
TextOutput
Generates textual output.
-