Uses of Class
adams.gui.tools.wekainvestigator.tab.experimenttab.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 ResultItemExperimentTab.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 voidExperimentTab. generateOutput(ResultItem item)Generates the output from the item.protected voidExperimentTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.protected voidExperimentTab.HistoryPanel. regenerateOutput(ResultItem item)Regenerates the output.protected voidExperimentTab.HistoryPanel. saveExperimentData(ResultItem item)Saves the results to a file.Method parameters in adams.gui.tools.wekainvestigator.tab with type arguments of type ResultItem Modifier and Type Method Description StringExperimentTab.HistoryPanel. createHistoryEntryToolTip(adams.gui.core.AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab that return ResultItem Modifier and Type Method Description ResultItemResultItem. update(adams.data.spreadsheet.MetaData runInfo)Updates the item.ResultItemResultItem. update(WekaExperimentContainer experiment)Updates the item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type ResultItem Modifier and Type Method Description booleanRunInformation. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanTextOutput. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.JComponentRunInformation. createOutput(ResultItem item, adams.core.MessageCollection errors)Generates output from the item.JComponentTextOutput. createOutput(ResultItem item, adams.core.MessageCollection errors)Generates output from the item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.setup that return ResultItem Modifier and Type Method Description abstract ResultItemAbstractExperimentSetup. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemCrossValidationSetup. init(weka.classifiers.Classifier classifier)Initializes the result item.ResultItemTrainTestSplitSetup. init(weka.classifiers.Classifier classifier)Initializes the result item.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.setup with parameters of type ResultItem Modifier and Type Method Description protected abstract voidAbstractExperimentSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)Executes the experiment setup for the classifier and updates the result item.protected voidCrossValidationSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)Executes the experiment setup for the classifier and updates the result item.protected voidTrainTestSplitSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)Executes the experiment setup for the classifier and updates the result item.voidAbstractExperimentSetup. execute(weka.classifiers.Classifier classifier, ResultItem item)Executes the experiment setup for the classifier and updates the result item.protected abstract voidAbstractExperimentSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)Hook method for after executing the experiment, e.g., cleaning up temp files.protected voidCrossValidationSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)Hook method for after executing the experiment, e.g., cleaning up temp files.protected voidTrainTestSplitSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)Hook method for after executing the experiment, e.g., cleaning up temp files.
-