Uses of Class
adams.gui.tools.wekainvestigator.tab.clustertab.output.AbstractOutputGenerator
-
Packages that use AbstractOutputGenerator Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.clustertab.output -
-
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as AbstractOutputGenerator Modifier and Type Field Description protected AbstractOutputGenerator[]ClusterTab. m_OutputGeneratorsthe output generators to use.Methods in adams.gui.tools.wekainvestigator.tab that return AbstractOutputGenerator Modifier and Type Method Description protected AbstractOutputGeneratorClusterTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.AbstractOutputGenerator[]ClusterTab. getOutputGenerators()Returns the current output generators.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractOutputGenerator Modifier and Type Method Description protected voidClusterTab.HistoryPanel. compareOutput(AbstractOutputGenerator generator, int[] indices)Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.protected AbstractOutputGeneratorClusterTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.protected voidClusterTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.voidClusterTab. setOutputGenerators(AbstractOutputGenerator[] value)Sets the output generators to use. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.clustertab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.clustertab.output Modifier and Type Class Description classClusterAssignmentsDisplays the cluster assignments.classGraphSourceDisplays the source code of the graph (dot or XML BIF).classLegacyTreeVisualizerDisplays the tree that the model generated (legacy Weka output).classModelOutputOutputs the model if available.classRunInformationGenerates run information.classSupplementaryOutputs the supplementary data if available.classTextStatisticsGenerates basic text statistic.
-