Uses of Class
adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
-
Packages that use ResultItem Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.clustertab.evaluation adams.gui.tools.wekainvestigator.tab.clustertab.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
ClusterTab.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
ClusterTab. generateOutput(ResultItem item)
Generates the output from the item.protected void
ClusterTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)
Prompts the user with a GOE for configuring the output generator and then generates the output.protected void
ClusterTab.HistoryPanel. regenerateOutput(ResultItem item)
Regenerates the output.protected void
ClusterTab.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
ClusterTab.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.clustertab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation that return ResultItem Modifier and Type Method Description abstract ResultItem
AbstractClustererEvaluation. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
BuildModel. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
ClassesToClusters. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
CrossValidation. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
ReevaluateModel. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
TrainTestSet. init(weka.clusterers.Clusterer clusterer)
Initializes the result item.ResultItem
TrainTestSplit. 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 void
AbstractClustererEvaluation. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
BuildModel. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
ClassesToClusters. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
CrossValidation. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
ReevaluateModel. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
TrainTestSet. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.protected void
TrainTestSplit. doEvaluate(weka.clusterers.Clusterer clusterer, ResultItem item)
Evaluates the clusterer and updates the result item.void
AbstractClustererEvaluation. 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 boolean
ClusterAssignments. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
GraphSource. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
LegacyTreeVisualizer. canGenerateOutput(ResultItem item)
Checks whether output can be generated from this item.boolean
ModelOutput. 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
Supplementary. 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
ClusterAssignments. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
GraphSource. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
LegacyTreeVisualizer. createOutput(ResultItem item, adams.core.MessageCollection errors)
Generates output from the item.JComponent
ModelOutput. 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
Supplementary. 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.
-