Uses of Class
adams.gui.tools.wekainvestigator.tab.associatetab.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 ResultItemAssociateTab.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 voidAssociateTab. generateOutput(ResultItem item)Generates the output from the item.protected voidAssociateTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.protected voidAssociateTab.HistoryPanel. regenerateOutput(ResultItem item)Regenerates the output.protected voidAssociateTab.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 StringAssociateTab.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.associatetab
Methods in adams.gui.tools.wekainvestigator.tab.associatetab that return ResultItem Modifier and Type Method Description ResultItemResultItem. update(MetaData runInfo)Updates the item.ResultItemResultItem. update(weka.associations.Associator model)Updates the item.ResultItemResultItem. update(weka.associations.AssociatorEvaluation evaluation)Updates the item. -
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 ResultItemAbstractAssociatorEvaluation. init(weka.associations.Associator associator)Initializes the result item.ResultItemTrain. 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 voidAbstractAssociatorEvaluation. doEvaluate(weka.associations.Associator associator, ResultItem item)Evaluates the associator and updates the result item.protected voidTrain. doEvaluate(weka.associations.Associator associator, ResultItem item)Evaluates the associator and updates the result item.voidAbstractAssociatorEvaluation. 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 booleanModelOutput. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanRules. 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.JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRules. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.
-