Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGenerator
-
-
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as AbstractOutputGenerator Modifier and Type Field Description protected AbstractOutputGenerator[]ClassifyTab. m_OutputGeneratorsthe output generators to use.Methods in adams.gui.tools.wekainvestigator.tab that return AbstractOutputGenerator Modifier and Type Method Description protected AbstractOutputGeneratorClassifyTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.AbstractOutputGenerator[]ClassifyTab. getOutputGenerators()Returns the current output generators.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractOutputGenerator Modifier and Type Method Description protected voidClassifyTab.HistoryPanel. compareOutput(AbstractOutputGenerator generator, int[] indices)Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.protected AbstractOutputGeneratorClassifyTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.protected voidClassifyTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.voidClassifyTab. setOutputGenerators(AbstractOutputGenerator[] value)Sets the output generators to use. -
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 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.perfold
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold declared as AbstractOutputGenerator Modifier and Type Field Description protected AbstractOutputGeneratorAbstractPerFoldPopupMenuItem. m_OutputGeneratorthe originating output generator.protected AbstractOutputGeneratorPerFoldMultiPagePane. m_OutputGeneratorthe output generator used.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold that return AbstractOutputGenerator Modifier and Type Method Description AbstractOutputGeneratorAbstractPerFoldPopupMenuItem. getOutputGenerator()Returns the output generator.AbstractOutputGeneratorPerFoldMultiPagePane. getOutputGenerator()Returns the underlying output generator.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type AbstractOutputGenerator Modifier and Type Method Description voidAbstractPerFoldPopupMenuItem. setOutputGenerator(AbstractOutputGenerator value)Sets the output generator.static voidAbstractPerFoldPopupMenuItem. updatePopupMenu(PerFoldMultiPagePane pane, AbstractOutputGenerator generator, int[] indices, JPopupMenu menu)Updates the menu.Constructors in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type AbstractOutputGenerator Constructor Description PerFoldMultiPagePane(AbstractOutputGenerator generator, ResultItem item, Class uiclass)Initializes the pane. -
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.
-