Uses of Class
adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
-
Packages that use ResultItem Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.experimenttab.output adams.gui.tools.wekainvestigator.tab.experimenttab.setup -
-
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab that return ResultItem Modifier and Type Method Description ResultItem
ExperimentTab.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 void
ExperimentTab. generateOutput(ResultItem item)
Generates the output from the item.protected void
ExperimentTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)
Prompts the user with a GOE for configuring the output generator and then generates the output.protected void
ExperimentTab.HistoryPanel. regenerateOutput(ResultItem item)
Regenerates the output.protected void
ExperimentTab.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 String
ExperimentTab.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.output
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type ResultItem Modifier and Type Method Description boolean
RunInformation. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
TextOutput. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.JComponent
RunInformation. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
TextOutput. 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 ResultItem
AbstractExperimentSetup. init(weka.classifiers.Classifier classifier)
Initializes the result item.ResultItem
CrossValidationSetup. init(weka.classifiers.Classifier classifier)
Initializes the result item.ResultItem
TrainTestSplitSetup. 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 void
AbstractExperimentSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)
Executes the experiment setup for the classifier and updates the result item.protected void
CrossValidationSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)
Executes the experiment setup for the classifier and updates the result item.protected void
TrainTestSplitSetup. doExecute(weka.classifiers.Classifier classifier, ResultItem item)
Executes the experiment setup for the classifier and updates the result item.void
AbstractExperimentSetup. execute(weka.classifiers.Classifier classifier, ResultItem item)
Executes the experiment setup for the classifier and updates the result item.protected abstract void
AbstractExperimentSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)
Hook method for after executing the experiment, e.g., cleaning up temp files.protected void
CrossValidationSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)
Hook method for after executing the experiment, e.g., cleaning up temp files.protected void
TrainTestSplitSetup. postExecute(weka.classifiers.Classifier classifier, ResultItem item)
Hook method for after executing the experiment, e.g., cleaning up temp files.
-