All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weka.gui.treevisualizer.TreeVisualizer.props Maven / Gradle / Ivy

Go to download

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This version represents the developer version, the "bleeding edge" of development, you could say. New functionality gets added to this version.

There is a newer version: 3.9.6
Show newest version
# A properties file for customizing the Weka's TreeVisualizer.
#
# Author: FracPete (fracpete at waikato dot ac dot nz)
# Version: $Revision: 14489 $

# the font color (can use R,G,B format)
FontColor=black

# the background color (can use R,G,B format)
# leaving this empty uses the platform's default background
# Note: on Mac OS X, using the default background results in a black background when
#       saving the tree to a file! See the following thread on the Weka mailing list:
#       https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2009-January/015661.html
BackgroundColor=

# the node color (can use R,G,B format)
NodeColor=lightGray

# the line color (can use R,G,B format)
LineColor=black

# the color of the zoombox (can use R,G,B format)
ZoomBoxColor=black

# the XOR mode color for the zoombox (can use R,G,B format)
ZoomBoxXORColor=white

# whether to show the border or not
ShowBorder=true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy