Uses of Class
adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
-
Packages that use ResultItem Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.associatetab.evaluation adams.gui.tools.wekainvestigator.tab.associatetab.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
AssociateTab.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
AssociateTab. generateOutput(ResultItem item)
Generates the output from the item.protected void
AssociateTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)
Prompts the user with a GOE for configuring the output generator and then generates the output.protected void
AssociateTab.HistoryPanel. regenerateOutput(ResultItem item)
Regenerates the output.protected void
AssociateTab.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 String
AssociateTab.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.associatetab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation that return ResultItem Modifier and Type Method Description abstract ResultItem
AbstractAssociatorEvaluation. init(weka.associations.Associator associator)
Initializes the result item.ResultItem
Train. init(weka.associations.Associator associator)
Initializes the result item.Methods in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation with parameters of type ResultItem Modifier and Type Method Description protected abstract void
AbstractAssociatorEvaluation. doEvaluate(weka.associations.Associator associator, ResultItem item)
Evaluates the associator and updates the result item.protected void
Train. doEvaluate(weka.associations.Associator associator, ResultItem item)
Evaluates the associator and updates the result item.void
AbstractAssociatorEvaluation. evaluate(weka.associations.Associator associator, ResultItem item)
Evaluates the associator and updates the result item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.associatetab.output
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.output with parameters of type ResultItem Modifier and Type Method Description boolean
ModelOutput. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
Rules. 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.JComponent
ModelOutput. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
Rules. 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.
-