Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGeneratorWithFoldModelsSupport
-
Packages that use AbstractOutputGeneratorWithFoldModelsSupport Package Description adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of AbstractOutputGeneratorWithFoldModelsSupport in adams.gui.tools.wekainvestigator.tab.classifytab.output
Subclasses of AbstractOutputGeneratorWithFoldModelsSupport in adams.gui.tools.wekainvestigator.tab.classifytab.output Modifier and Type Class Description class
GraphSource
Displays the source code of the graph (dot or XML BIF).class
LegacyGraphVisualizer
Displays the graph that the model generated (legacy Weka output).class
LegacyTreeVisualizer
Displays the tree that the model generated (legacy Weka output).class
ModelOutput
Outputs the model if available.class
SourceCode
Outputs source code from the model (if classifier implementsSourcable
).class
TreeGraphML
Displays the GraphML source code of the tree graph.class
TreeVisualizer
Displays the tree that the model generated.
-