⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 visualize.props

📁 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行
💻 PROPS
字号:
# Properties for visualization## Version: $Revision: 1.9 $# Maximum precision for numeric valuesweka.gui.visualize.precision=10# Colour for the axis in the 2D plot (can use R,G,B format)weka.gui.visualize.Plot2D.axisColour=green# Colour for the background of the 2D plot (can use R,G,B format)weka.gui.visualize.Plot2D.backgroundColour=white# Display the list of one dimensional attribute visualizationsweka.gui.visualize.VisualizePanel.displayAttributeBars=true# Colour for the background of the attribute bars in the# AttributePanel (can use R,G,B format)weka.gui.visualize.AttributePanel.barColour=white# If you regularly visualize certain datasets with the same structure# you might want to define default x, y and colour dimensions (attributes)# to visualize on.# Just uncomment and set up the following# weka.gui.visualize.VisualizePanel.<relation name>.XDimension=<attribute name># weka.gui.visualize.VisualizePanel.<relation name>.YDimension=<attribute name># weka.gui.visualize.VisualizePanel.<relation name>.ColourDimension=<attribute name># NOTE: spaces in relation names can be handled by using # escape characters (java 1.2), eg. my\ first\ relation\ name# Defaults for threshold curve plotsweka.gui.visualize.ThresholdVisualizePanel.ThresholdCurve.XDimension=False\ Positive\ Rateweka.gui.visualize.ThresholdVisualizePanel.ThresholdCurve.YDimension=True\ Positive\ Rateweka.gui.visualize.ThresholdVisualizePanel.ThresholdCurve.ColourDimension=Threshold#Defaults for cost curve plotsweka.gui.visualize.VisualizePanel.CostCurve.XDimension=Probability\ Cost\ Functionweka.gui.visualize.VisualizePanel.CostCurve.YDimension=Normalized\ Expected\ Costweka.gui.visualize.VisualizePanel.CostCurve.ColourDimension=Threshold# Defaults for margin curve plotsweka.gui.visualize.VisualizePanel.MarginCurve.XDimension=Marginweka.gui.visualize.VisualizePanel.MarginCurve.YDimension=Cumulativeweka.gui.visualize.VisualizePanel.MarginCurve.ColourDimension=Margin

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -