added the following options to weka/gui/explorer/Explorer.props to enable the user...
commit00b200b6318c5c267a6db71d48f199ab1b72cbaf
authorfracpete <fracpete@e0a1b77d-ad91-4216-81b1-defd5f83fa92>
Wed, 25 Nov 2009 22:41:36 +0000 (25 22:41 +0000)
committerfracpete <fracpete@e0a1b77d-ad91-4216-81b1-defd5f83fa92>
Wed, 25 Nov 2009 22:41:36 +0000 (25 22:41 +0000)
tree3f32c497ab55899bfa02a314f673d484c4357f68
parentb960134d71d744c56f555dfc2b5402fd9e92e0fa
added the following options to weka/gui/explorer/Explorer.props to enable the user to choose the size of crosses used when displaying classifier errors in the Explorer's classify panel, as it is sometimes quite hard clicking on the crosses of size 1:
- ClassifierErrorsMinimumPlotSizeNumeric
  the minimum size (default 1)
- ClassifierErrorsMaximumPlotSizeNumeric
  the maximum size (default 20)

git-svn-id: https://svn.scms.waikato.ac.nz/svn/weka/trunk/weka@6103 e0a1b77d-ad91-4216-81b1-defd5f83fa92
src/main/java/weka/gui/explorer/ClassifierErrorsPlotInstances.java
src/main/java/weka/gui/explorer/Explorer.props
src/main/java/weka/gui/explorer/ExplorerDefaults.java