Uses of Class
adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
-
Packages that use ResultItem Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.attseltab.evaluation adams.gui.tools.wekainvestigator.tab.attseltab.output -
-
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
AttributeSelectionTab.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
AttributeSelectionTab. generateOutput(ResultItem item)
Generates the output from the item.protected void
AttributeSelectionTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)
Prompts the user with a GOE for configuring the output generator and then generates the output.protected weka.core.Instances
AttributeSelectionTab.HistoryPanel. generateReducedData(ResultItem item)
Generates the reduced data.protected void
AttributeSelectionTab.HistoryPanel. regenerateOutput(ResultItem item)
Regenerates the output.protected void
AttributeSelectionTab.HistoryPanel. saveReducedData(ResultItem item)
Saves the reduced data to a file.protected void
AttributeSelectionTab.HistoryPanel. useReducedData(ResultItem item)
Makes the reduced data available as data container.Method parameters in adams.gui.tools.wekainvestigator.tab with type arguments of type ResultItem Modifier and Type Method Description String
AttributeSelectionTab.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.attseltab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation that return ResultItem Modifier and Type Method Description abstract ResultItem
AbstractAttributeSelectionEvaluation. init(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search)
Initializes the result item.ResultItem
CrossValidation. init(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search)
Initializes the result item.ResultItem
Train. init(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search)
Initializes the result item.Methods in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation with parameters of type ResultItem Modifier and Type Method Description protected abstract void
AbstractAttributeSelectionEvaluation. doEvaluate(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search, ResultItem item)
Performs attribute selections and updates the result item.protected void
CrossValidation. doEvaluate(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search, ResultItem item)
Performs attribute selections and updates the result item.protected void
Train. doEvaluate(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search, ResultItem item)
Performs attribute selections and updates the result item.void
AbstractAttributeSelectionEvaluation. evaluate(weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.ASSearch search, ResultItem item)
Performs attribute selections and updates the result item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.attseltab.output
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.output with parameters of type ResultItem Modifier and Type Method Description boolean
ReducedData. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
RunInformation. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
TextStatistics. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.JComponent
ReducedData. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
RunInformation. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
TextStatistics. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.
-