Uses of Class
adams.gui.tools.wekainvestigator.tab.clustertab.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 ResultItemClusterTab.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 voidClusterTab. generateOutput(ResultItem item)Generates the output from the item.protected voidClusterTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.protected voidClusterTab.HistoryPanel. regenerateOutput(ResultItem item)Regenerates the output.protected voidClusterTab.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 StringClusterTab.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.clustertab
Methods in adams.gui.tools.wekainvestigator.tab.clustertab that return ResultItem Modifier and Type Method Description ResultItemResultItem. update(MetaData runInfo)Updates the item.ResultItemResultItem. update(weka.clusterers.Clusterer model)Updates the item.ResultItemResultItem. update(weka.clusterers.ClusterEvaluation evaluation)Updates the item.ResultItemResultItem. updateSupplementary(Serializable supplementaryData)Updates the item.ResultItemResultItem. updateSupplementary(String supplementaryName)Updates the item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation that return ResultItem Modifier and Type Method Description abstract ResultItemAbstractClustererEvaluation. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemBuildModel. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemClassesToClusters. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemCrossValidation. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemReevaluateModel. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemTrainTestSet. init(weka.clusterers.Clusterer clusterer)Initializes the result item.ResultItemTrainTestSplit. init(weka.clusterers.Clusterer clusterer)Initializes the result item.Methods in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation with parameters of type ResultItem Modifier and Type Method Description protected abstract voidAbstractClustererEvaluation. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidBuildModel. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidClassesToClusters. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidCrossValidation. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidReevaluateModel. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidTrainTestSet. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.protected voidTrainTestSplit. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item.voidAbstractClustererEvaluation. evaluate(weka.clusterers.Clusterer clusterer, ResultItem item)Evaluates the clusterer and updates the result item. -
Uses of ResultItem in adams.gui.tools.wekainvestigator.tab.clustertab.output
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.output with parameters of type ResultItem Modifier and Type Method Description booleanClusterAssignments. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanGraphSource. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanLegacyTreeVisualizer. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanModelOutput. 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.booleanSupplementary. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.booleanTextStatistics. canGenerateOutput(ResultItem item)Checks whether output can be generated from this item.JComponentClusterAssignments. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentGraphSource. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentLegacyTreeVisualizer. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentSupplementary. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentTextStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.
-