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 classAbstractOutputGeneratorAncestor for output generators using t.classModelOutputOutputs the model if available.classRulesOutputs the rules if availableAssociationRulesProducer.classRunInformationGenerates 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 classAbstractOutputGeneratorAncestor for output generators using t.classReducedDataGenerates the reduced dataset.classRunInformationGenerates run information.classTextStatisticsGenerates 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 classAbstractOutputGeneratorAncestor for output generators using the data from the per-fold pane.classAbstractOutputGeneratorWithFoldModelsSupport<T extends JComponent>Ancestor for output generators that can generate output for separate folds just using the Classifier objects.classAbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent>Ancestor for output generators that can generate output for separate folds just using the Evaluation objects.classClassifierErrorsGenerates classifier errors plot.classConfusionMatrixDisplays the confusion matrix.classFourInOnePlotGenerates the 4-in-1 plot: normal plot, histogram, residuals vs fit and vs order.classGraphSourceDisplays the source code of the graph (dot or XML BIF).classLegacyClassifierErrorsGenerates classifier errors plot (legacy Weka output).classLegacyCostBenefitAnalysisGenerates cost benefit analysis (legacy Weka output).classLegacyCostCurveGenerates cost curve (legacy Weka output).classLegacyGraphVisualizerDisplays the graph that the model generated (legacy Weka output).classLegacyMarginCurveGenerates margin curve (legacy Weka output).classLegacyThresholdCurveGenerates margin curve (legacy Weka output).classLegacyTreeVisualizerDisplays the tree that the model generated (legacy Weka output).classModelOutputOutputs the model if available.classPredictionEccentricityGenerates classifier prediction eccentricity.classPredictionsDisplays the predictions.classPredictionTrendGenerates a 'prediction trend' for classifier errors: sorts the predictions on the actual value and plots actual and predicted side-by-side.classResidualsVsFittedPlots the residuals vs the fitted values (= predictions).classResidualsVsPredictorPlots the residuals vs the predictor.classRunInformationGenerates run information.classSourceCodeOutputs source code from the model (if classifier implementsSourcable).classTextStatisticsGenerates basic text statistic.classTreeGraphMLDisplays the GraphML source code of the tree graph.classTreeVisualizerDisplays 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 classPredictionsGenerates statistics for predictions from repeated cross-validation runs.classSamplePlotGenerates a plot with statistics derived for each sample across the cross-validation runs.classStatisticsGenerates 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 classAbstractOutputGeneratorAncestor for output generators using t.classClusterAssignmentsDisplays the cluster assignments.classGraphSourceDisplays the source code of the graph (dot or XML BIF).classLegacyTreeVisualizerDisplays the tree that the model generated (legacy Weka output).classModelOutputOutputs the model if available.classRunInformationGenerates run information.classSupplementaryOutputs the supplementary data if available.classTextStatisticsGenerates 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 classAbstractOutputGeneratorAncestor for output generators using the data from the per-fold pane.classRunInformationGenerates run information.classTextOutputGenerates textual output.
-