weka.gui.visualize.plugins.GraphVizTreeVisualization.props Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphviz-treevisualize-weka-package Show documentation
Show all versions of graphviz-treevisualize-weka-package Show documentation
Contains TreeVisualize plugin for the Explorer for visualization trees (eg J48) using GraphViz.
The newest version!
# Configuration file for the GraphVizTreeVisualizationPlugin for the
# Explorer.
# the graphviz executable to use (full path if not on sytem path)
Executable=dot
# additional options
# use 'man dot' or 'dot -h'
AdditionalOptions=
# the extension for the image output file
# (comma-separated list, no dots)
ImageExtension=png,jpg,gif,svg
# whether to output debugging info
# (true|false)
Debug=false
# Whether to clean up temporary files
# (true|false)
CleanUpTempFiles=true
# The width of the dialog for displaying the graph
# (int)
DialogWidth=800
# The height of the dialog for displaying the graph
# (int)
DialogHeight=600
© 2015 - 2025 Weber Informatics LLC | Privacy Policy