Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
-
-
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab that return ResultItem Modifier and Type Method Description ResultItemClassifyTab.HistoryPanel. removeEntry(String name)Removes the specified entry.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type ResultItem Modifier and Type Method Description voidClassifyTab. generateOutput(ResultItem item)Generates the output from the item.protected voidClassifyTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.protected voidClassifyTab.HistoryPanel. regenerateOutput(ResultItem item)Regenerates the output.protected voidClassifyTab.HistoryPanel. saveModel(ResultItem item)Saves the model to a file.Method parameters in adams.gui.tools.wekainvestigator.tab with type arguments of type ResultItem Modifier and Type Method Description StringClassifyTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab
Methods in adams.gui.tools.wekainvestigator.tab.classifytab that return ResultItem Modifier and Type Method Description ResultItemResultItem. update(int[] original)Updates the item.ResultItemResultItem. update(MetaData runInfo)Updates the item.ResultItemResultItem. update(SpreadSheet additional)Updates the item.ResultItemResultItem. update(weka.classifiers.Classifier model)Updates the item.ResultItemResultItem. update(weka.classifiers.Evaluation evaluation)Updates the item.ResultItemResultItem. updateFolds(int[][] foldOriginal)Updates the item.ResultItemResultItem. updateFolds(weka.classifiers.Classifier[] foldModels)Updates the item.ResultItemResultItem. updateFolds(weka.classifiers.Evaluation[] foldEvaluations)Updates the item.ResultItemResultItem. updateRuns(int[][] runOriginal)Updates the item.ResultItemResultItem. updateRuns(weka.classifiers.Classifier[] runModels)Updates the item.ResultItemResultItem. updateRuns(weka.classifiers.Evaluation[] runEvaluations)Updates the item.Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type ResultItem Modifier and Type Method Description static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation that return ResultItem Modifier and Type Method Description abstract ResultItemAbstractClassifierEvaluation. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemBuildModel. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemCrossValidation. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemFromPredictions. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemIndexedSplitsRunsEvaluation. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemReevaluateModel. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemRepeatedCrossValidation. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemTrainTestSet. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemTrainTestSplit. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemTrainValidateTestSet. init(weka.classifiers.Classifier classifier)Initializes the result item.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with parameters of type ResultItem Modifier and Type Method Description protected abstract voidAbstractClassifierEvaluation. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidBuildModel. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidCrossValidation. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidFromPredictions. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidIndexedSplitsRunsEvaluation. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidReevaluateModel. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidRepeatedCrossValidation. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidTrainTestSet. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidTrainTestSplit. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.protected voidTrainValidateTestSet. doEvaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item.voidAbstractClassifierEvaluation. evaluate(weka.classifiers.Classifier classifier, ResultItem item)Evaluates the classifier and updates the result item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel with parameters of type ResultItem Modifier and Type Method Description abstract voidAbstractFinalModelGenerator. generate(AbstractClassifierEvaluation eval, weka.core.Instances data, ResultItem item)Builds the final model and stores it in the result item.voidNull. generate(AbstractClassifierEvaluation eval, weka.core.Instances data, ResultItem item)Builds the final model and stores it in the result item.voidSimple. generate(AbstractClassifierEvaluation eval, weka.core.Instances data, ResultItem item)Builds the final model and stores it in the result item.voidVotedFolds. generate(AbstractClassifierEvaluation eval, weka.core.Instances data, ResultItem item)Builds the final model and stores it in the result item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.history
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.history with parameters of type ResultItem Modifier and Type Method Description protected StringCompareModels. compareNumeric(String name1, ResultItem item1, String name2, ResultItem item2)Compares the two evaluations (numeric class).protected voidSubRangeEvaluation. createSubEvaluation(ClassifyTab.HistoryPanel history, ResultItem item, double[] range)Creates the sub-range evaluation and adds it to the history.protected double[]SubRangeEvaluation. queryUser(ResultItem item)Queries the user for the range. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type ResultItem Modifier and Type Method Description booleanAbstractOutputGeneratorWithFoldModelsSupport. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanClassifierErrors. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanConfusionMatrix. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanFourInOnePlot. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyClassifierErrors. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyCostBenefitAnalysis. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyCostCurve. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyMarginCurve. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyThresholdCurve. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanPredictionEccentricity. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanPredictions. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanPredictionTrend. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanResidualsVsFitted. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanResidualsVsPredictor. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanRunInformation. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanTextStatistics. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.JComponentAbstractOutputGeneratorWithFoldModelsSupport. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentAbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected abstract TAbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.JComponentClassifierErrors. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected ComponentContentPanelClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates a plot actor from the evaluation.protected TableContentPanelConfusionMatrix. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelFourInOnePlot. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostBenefitAnalysis. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyMarginCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyThresholdCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected ComponentContentPanelPredictionEccentricity. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected TableContentPanelPredictions. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output from the evaluation.protected ComponentContentPanelPredictionTrend. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsFitted. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsPredictor. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentTextStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected MultiPagePaneAbstractOutputGenerator. newMultiPagePane(ResultItem item)Generates a new MultiPagePane instance.protected voidClassifierErrors. removeData(ResultItem item, SpreadSheet data)Removes the instances from the current dataset.protected voidPredictions. removeData(ResultItem item, SpreadSheet data)Removes the instances from the current dataset. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold declared as ResultItem Modifier and Type Field Description protected ResultItemPerFoldMultiPagePane. m_Itemthe underlying result item.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold that return ResultItem Modifier and Type Method Description ResultItemPerFoldMultiPagePane. getItem()Returns the underlying result item.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type ResultItem Modifier and Type Method Description protected voidSubRangeEvaluation. createSubEvaluation(PerFoldMultiPagePane pane, ResultItem item, weka.classifiers.Evaluation eval, int fold, double[] range)Creates the sub-range evaluation and adds it to the pane.protected voidSubRangeEvaluation. createSubEvaluations(PerFoldMultiPagePane pane, ResultItem item, weka.classifiers.Evaluation[] evals, int[] folds, double[] range)Creates the sub-range evaluation and adds it to the pane.protected double[]SubRangeEvaluation. queryUser(PerFoldMultiPagePane pane, ResultItem item)Queries the user for the range.Constructors in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type ResultItem Constructor Description PerFoldMultiPagePane(AbstractOutputGenerator generator, ResultItem item, Class uiclass)Initializes the pane. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type ResultItem Modifier and Type Method Description static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols)Generates a spreadsheet with the statistics.static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.booleanPredictions. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanSamplePlot. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanStatistics. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.JComponentPredictions. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentSamplePlot. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.
-