CHANGELOG-3-1-9
上传用户:wellsales
上传日期:2021-03-11
资源大小:10607k
文件大小:22k
源码类别:

工具条

开发平台:

Others

  1. 2000-10-17 17:03  mhall
  2. * weka/Makefile (1.28): Added remote.policy entry. Modified code
  3. for adding the pointer to the Tutorial.pdf file etc. to work
  4.         properly with 1.2 javadoc's emulation of the 1.1 doc style.
  5. 2000-10-16 16:39  mhall
  6. * weka/converters/: ArffToArff.java (1.2), Converter.java (1.2):
  7.         Doc fix.
  8. 2000-10-16 12:06  mhall
  9. * weka/filters/AttributeExpressionFilter.java (1.3): Doc fix.
  10. 2000-10-16 12:05  mhall
  11. * weka/experiment/InstanceQuery.java (1.8): No longer says "Read 0
  12.         instances" :-)
  13. 2000-10-16 12:03  mhall
  14. * weka/gui/explorer/PreprocessPanel.java (1.19): Added converter
  15.         support to the preprocess panel.
  16. 2000-10-16 12:01  mhall
  17. * weka/gui/: GenericObjectEditor.java (1.21),
  18. GenericObjectEditor.props (1.25): Added converters to
  19. GenericObjectEditor.props; added tip text to the open and save
  20.         buttons on the GOE.
  21. 2000-10-16 11:55  mhall
  22. * weka/converters/: Makefile (1.1), ArffToArff.java (1.1),
  23.         Converter.java (1.1), CsvToArff.java (1.1): Initial import.
  24. 2000-10-16 11:43  mhall
  25. * weka/gui/visualize/VisualizePanel.java (1.13): Added some code to
  26. prevent the combo boxes from growing out of control with long
  27.         attribute names.
  28. 2000-10-16 11:40  eibe
  29. * weka/filters/: SplitDatasetFilter.java (stable-3-0-patches.1),
  30. SplitDatasetFilter.java (1.4): "-V" didn't get returned in all
  31.         cases in getOptions.
  32. 2000-10-16 11:34  eibe
  33. * weka/classifiers/SMO.java (1.17): Made two changes involving
  34. options (basically reverting the option-handling to what it was
  35. like in weka-3-1-7) Change 1: data is now being normalized by
  36. default (and option -R has been replaced by option -N) Change 2:
  37. the default value for C is now 1 (instead of 1000) Both these
  38. changes have been made to improve speed on standard datasets (and
  39.         for consistency with the book version).
  40. 2000-10-16 10:07  mhall
  41. * weka/classifiers/AdditiveRegression.java (1.2): Added option for
  42.         turning on debugging output.
  43. 2000-10-13 10:10  mhall
  44. * weka/gui/GenericObjectEditor.props (1.24): AdditiveRegression
  45.         added.
  46. 2000-10-13 10:09  mhall
  47. * weka/classifiers/: AdditiveRegression.java (1.1), Makefile
  48.         (1.18): AdditiveRegression initial import.
  49. 2000-10-10 16:05  mhall
  50. * weka/core/Attribute.java (1.12): javadoc fix.
  51. 2000-10-03 11:49  mhall
  52. * weka/gui/explorer/Explorer.java (1.15): VisualizePanel now does
  53.         message logging.
  54. 2000-10-03 11:48  mhall
  55. * weka/gui/visualize/: AttributePanel.java (1.5),
  56. VisualizePanel.java (1.12), Visualize.props (1.6): Due to a
  57. limitation in GridBagLayout, the AttributePanel can display a
  58. maximum of 512 attribute bars. VisualizePanel will not render the
  59. AttributePanel if a data set contains more than 512 attributes.
  60.         There is now a property for turning the AttributePanel on or off.
  61. 2000-09-29 10:59  trigg
  62. * weka/core/SerializedObject.java (1.2): Made this Serializable.
  63. 2000-09-25 17:17  trigg
  64. * weka/core/Attribute.java (1.11): Changed compression threshold to
  65.         be more useful in practise.
  66. 2000-09-25 10:07  trigg
  67. * weka/core/Matrix.java (1.8): Fixed the matrix transpose problem
  68.         introduced with last checkin.
  69. 2000-09-21 11:56  trigg
  70. * weka/: filters/Makefile (1.16),
  71. filters/StringToWordVectorFilter.java (1.1),
  72. gui/GenericObjectEditor.props (1.23): Simple version of a filter to
  73.         convert string attributes to word vector representation.
  74. 2000-09-20 16:50  trigg
  75. * weka/classifiers/evaluation/ThresholdCurve.java (1.7): Adds
  76. FMeasure to the thresholdcurve.  Added method for calculating
  77.         n-point precision.
  78. 2000-09-20 15:34  trigg
  79. * weka/: classifiers/evaluation/ConfusionMatrix.java (1.2),
  80. core/Matrix.java (1.7): implements Cloneable
  81. Matrix now has add method. This and another couple of methods now
  82.         work as they should with subclasses.
  83. 2000-09-20 14:48  trigg
  84. * weka/core/Instances.java (1.22): Added a method to get a certain
  85. attribute value for all instances.
  86. Rearranged a couple of methods to use this array in conjunction
  87. with Utils.sort, rather than having to sort a copy of the instances
  88. -- approx 20% speedup when getting instance summary on waveform
  89.         data.
  90. 2000-09-20 14:41  trigg
  91. * weka/core/Utils.java (1.23): Sort on double arrays now treats NaN
  92. as MAX_VALUE (to give consistent behaviour with how missing values
  93.         are treated when instances are sorted).
  94. 2000-09-19 13:04  trigg
  95. * weka/: core/Attribute.java (1.10), core/SerializedObject.java
  96. (1.1), experiment/OutputZipper.java (1.3),
  97. experiment/RemoteExperiment.java (1.4), gui/GenericArrayEditor.java
  98. (1.8), gui/GenericObjectEditor.java (1.20),
  99. gui/experiment/RunPanel.java (1.13),
  100. gui/explorer/ClassifierPanel.java (1.38),
  101. gui/explorer/ClustererPanel.java (1.25),
  102. gui/explorer/PreprocessPanel.java (1.18): Added a mechanism for
  103. serializing objects in memory.
  104. Replaced several versions of the same type of code to use this
  105. object.
  106. Changed Attribute to support internal compression of strings longer
  107. than Attribute.STRING_COMPRESS_THRESHOLD characters (currently
  108.         200).
  109. 2000-09-19 13:01  trigg
  110. * weka/classifiers/Evaluation.java (1.34): Reading cost files uses
  111.         buffered readers. Minor speedup.
  112. 2000-09-15 16:13  mhall
  113. * weka/gui/experiment/RunPanel.java (1.12): If user aborts a
  114. RemoteExperiment, start button is now enabled only once all
  115.         currently excecuting sub-experiments complete.
  116. 2000-09-15 16:12  mhall
  117. * weka/experiment/RemoteExperiment.java (1.3): Individual hosts are
  118. now removed from the list during running if max failures occur.
  119. Previously, a host on which tasks were starting but then failing
  120. would be tried repeatedly until global max failures was exceeded
  121.         and the experiment aborted.
  122. 2000-09-15 09:46  trigg
  123. * weka/core/: Instance.java (1.6), Instances.java (1.21): Really
  124.         minor doc changes. (really :-))
  125. 2000-09-15 09:43  trigg
  126. * weka/: classifiers/DistributionMetaClassifier.java (1.1),
  127.         clusterers/DistributionMetaClusterer.java (1.1): First versions.
  128. 2000-09-14 17:17  trigg
  129. * weka/filters/SpreadSubsampleFilter.java (1.2): Extra features.
  130. 2000-09-14 15:46  trigg
  131. * weka/gui/GenericObjectEditor.java (1.19): Now lets you load and
  132. save objects to disk. Quite handy when you have a nice
  133.         configuration for an object that takes a while to set up manually.
  134. 2000-09-13 17:28  trigg
  135. * weka/filters/NumericTransformFilter.java (1.6): Added a default
  136.         transform method, so this filter can be used from the GUI.
  137. 2000-09-13 14:32  trigg
  138. * weka/classifiers/FilteredClassifier.java (1.5): Refactored some
  139.         code out into a separate method.
  140. 2000-09-13 13:48  trigg
  141. * weka/classifiers/FilteredClassifier.java (1.4): Memory reduction
  142.         when using string attributes.
  143. 2000-09-12 17:02  mhall
  144. * weka/core/Range.java (1.4): Changed so that the maximum value
  145. (m_Upper) can be 0. Previously could not apply filters that use
  146.         ranges to a single attribute data set.
  147. 2000-09-11 15:23  trigg
  148. * weka/gui/GenericObjectEditor.props (1.22): Sorted a couple of the
  149.         lists... :-)
  150. 2000-09-07 14:22  mhall
  151. * weka/core/Utils.java (1.22): Added a method to replace all
  152.         occurences of a substring in a given string with a new substring.
  153. 2000-09-07 12:20  mhall
  154. * weka/filters/AttributeExpressionFilter.java (1.2): Forgot to add
  155. a globalInfo method. Also set a default expression and made inner
  156.         classes serializable.
  157. 2000-09-07 11:52  mhall
  158. * weka/gui/GenericObjectEditor.props (1.21): Added the
  159.         AttributeExpressionFilter
  160. 2000-09-07 11:45  mhall
  161. * weka/filters/Makefile (1.15): Added AttributeExpressionFilter
  162. 2000-09-07 11:40  mhall
  163. * weka/filters/AttributeExpressionFilter.java (1.1): Initial
  164.         import.
  165. 2000-09-05 15:09  mhall
  166. * weka/attributeSelection/RaceSearch.java (1.4): When checking for
  167. no difference between attribute sets significance was not being
  168.         tested---only the threshold was. Fixed.
  169. 2000-08-31 16:23  mhall
  170. * weka/gui/: GenericObjectEditor.java (1.18), PropertyText.java
  171. (1.3): Changed PropertyText so that notifications are given for
  172. every key press rather than just when the user presses enter or
  173. focus is lost. Added a method to copy objects via serialization to
  174. GenericObjectEditor. This allows the cancel button to work a bit
  175.         better than before :-)
  176. 2000-08-29 13:46  mhall
  177. * weka/clusterers/: EM.java (stable-3-0-patches.2), EM.java (1.10):
  178. Changed back from using the normal estimator. The normal estimator
  179. gives a probability rather than a density estimate. Now throws an
  180. exception if the joint density overflows precision (normally
  181. happens when there are many singletons or near singletons resulting
  182. in very small standard deviations; this was causing some exceptions
  183. when normalizing arrays). Added an option to set the minimum
  184. allowable standard deviation for normal density
  185. estimation---increasing this value can prevent density overflow.
  186.         Added global info and tip text methods.
  187. 2000-08-23 15:33  mhall
  188. * weka/clusterers/Cobweb.java (stable-3-0-patches.3): Stats were
  189. not being updated properly when new nodes were considered for
  190.         addition to the tree.
  191. 2000-08-23 11:44  mhall
  192. * weka/clusterers/Cobweb.java (1.8): Stats were not being updated
  193.         properly when new nodes were considered for addition to the tree.
  194. 2000-08-17 15:22  mhall
  195. * weka/experiment/Makefile (1.10): Forgot to uncomment the rmic
  196.         command.
  197. 2000-08-17 15:05  mhall
  198. * weka/gui/experiment/: Makefile (1.4), RunPanel.java (1.11),
  199. SetupPanel.java (1.13): Incorporated support for remote
  200.         experiments.
  201. 2000-08-17 15:04  mhall
  202. * weka/gui/experiment/: HostListPanel.java (1.1),
  203.         DistributeExperimentPanel.java (1.1): Initial import.
  204. 2000-08-17 15:01  mhall
  205. * weka/experiment/: DatabaseUtils.java (1.12), Experiment.java
  206. (1.12), Makefile (1.9), RemoteExperiment.java (1.2),
  207. RemoteExperimentEvent.java (1.2), Task.java (1.2): Small changes to
  208.         enable RemoteExperiment to be integrated with the Experimenter.
  209. 2000-08-17 14:34  mhall
  210. * weka/experiment/RemoteExperimentSubTask.java (1.1): Initial
  211.         import.
  212. 2000-08-15 16:52  trigg
  213. * weka/: associations/ItemSet.java (1.5),
  214. attributeSelection/ConsistencySubsetEval.java (1.4),
  215. classifiers/DecisionTable.java (1.15), classifiers/Evaluation.java
  216. (1.33), core/Attribute.java (1.9), core/SelectedTag.java (1.2):
  217. Fixed buggy equals methods, after reading
  218.         http://www.javaworld.com/javaworld/jw-01-1999/jw-01-object_p.html
  219. 2000-08-14 11:51  trigg
  220. * weka/: classifiers/Classifier.java (1.5),
  221.         clusterers/Clusterer.java (1.5): Documentation clarification.
  222. 2000-08-11 16:13  mhall
  223. * weka/experiment/Makefile (1.8): Added RemoteExperiment related
  224.         classes (commented out at present).
  225. 2000-08-11 16:07  mhall
  226. * weka/experiment/: RemoteEngine.java (1.1), Compute.java (1.1),
  227. Task.java (1.1), RemoteExperimentEvent.java (1.1),
  228. RemoteExperimentListener.java (1.1), RemoteExperiment.java (1.1),
  229.         remote.policy (1.1): Initial import.
  230. 2000-08-11 15:48  mhall
  231. * weka/experiment/Experiment.java (1.11): Options can now be passed
  232. to the result listener on the command line if name of result
  233.         listener + its options are surrounded by quotes.
  234. 2000-08-11 14:17  trigg
  235. * weka/classifiers/evaluation/NominalPrediction.java (1.5): Added a
  236.         serialVersionUID to counter serialization problems.
  237. 2000-08-11 10:59  trigg
  238. * weka/classifiers/FilteredClassifier.java (1.3): Added constructor
  239.         that lets an initial classifier and filter be specified.
  240. 2000-08-11 10:58  trigg
  241. * weka/classifiers/evaluation/NominalPrediction.java (1.4): Added a
  242.         method to create a uniform distribution.
  243. 2000-08-03 15:57  trigg
  244. * weka/gui/SimpleCLI.java (1.3): Added some startup text.
  245. 2000-08-03 15:51  trigg
  246. * weka/gui/visualize/VisualizeUtils.java (1.4): Doing the same
  247.         properties loading extraction here too.
  248. 2000-08-03 15:48  trigg
  249. * weka/: core/Utils.java (1.21), experiment/DatabaseUtils.java
  250. (1.11), gui/GenericObjectEditor.java (1.17): Pulled out common
  251.         properties file reading code into a single routine in Utils.
  252. 2000-08-03 15:18  mhall
  253. * weka/associations/: Apriori.java (1.6), ItemSet.java (1.4): Added
  254.         new rule "goodness" measures plus a few other options.
  255. 2000-08-01 16:07  trigg
  256. * weka/classifiers/evaluation/: ConfusionMatrix.java (1.1),
  257. Makefile (1.4): First version.
  258. When the Great Modular Evaluation Reorg happens, (or maybe before),
  259. this class should be made an AdditionalMeasureProducer (although I
  260. think AdditionalMeasureProducer should actually just be called
  261.         MeasureProducer).
  262. 2000-08-01 15:55  trigg
  263. * weka/classifiers/CostMatrix.java (1.5): Now uses addElement
  264.         method.
  265. 2000-08-01 15:55  trigg
  266. * weka/core/Matrix.java (1.6): Made toString non-final (who's dumb
  267. idea was that anyway -- not very forward-thinking :-))
  268. Added addElement method to avoid having to use
  269.         setElement/getElement pairs to add or subtract from cells.
  270. 2000-07-25 17:15  trigg
  271. * weka/classifiers/evaluation/ThresholdCurve.java (1.6): Removing
  272.         one point that shouldn't be there.
  273. 2000-07-25 14:31  trigg
  274. * weka/classifiers/evaluation/NumericPrediction.java (1.2): Made
  275.         Serializable.
  276. 2000-07-25 14:30  trigg
  277. * weka/classifiers/evaluation/NominalPrediction.java (1.3): Made
  278.         Serializable
  279. 2000-07-25 11:44  mhall
  280. * weka/gui/visualize/Makefile (1.4): Changed VisualizePanelUtils to
  281.         VisualizeUtils
  282. 2000-07-24 11:45  mhall
  283. * weka/associations/Apriori.java (stable-3-0-patches.1):
  284. Fixed precision problem. Added extra check to stop rule generation
  285.         when min support equates to less than one instance.
  286. 2000-07-24 11:25  mhall
  287. * weka/associations/Apriori.java (1.5): Fixed precision problem.
  288. Added extra check to stop rule generation when min support equates
  289.         to less than one instance.
  290. 2000-07-21 16:39  trigg
  291. * weka/gui/visualize/Makefile (1.3): Added missing source file.
  292. 2000-07-21 14:56  mhall
  293. * weka/clusterers/: EM.java (1.9), ClusterEvaluation.java (1.13),
  294. DistributionClusterer.java (1.5): EM's distributionForInstance now
  295. returns an array that sums to 1.  ClusterEvaluation now reports the
  296.         number of instances (if any) that were unclustered.
  297. 2000-07-20 14:44  mhall
  298. * weka/classifiers/CostSensitiveClassifier.java (1.4): Now loads
  299.         old format as well as new format cost files.
  300. 2000-07-19 17:35  trigg
  301. * weka/experiment/PairedTTester.java (1.12): Fixed some buggy
  302.         comparisons and rearranged code a bit.
  303. 2000-07-19 17:34  trigg
  304. * weka/experiment/Stats.java (1.5): Fixed some NaN problems with
  305.         Std Devs.
  306. 2000-07-19 17:32  trigg
  307. * weka/experiment/: LearningRateResultProducer.java (1.1), Makefile
  308.         (1.7): Added ResultProducer for generating learning rate graphs.
  309. 2000-07-19 17:30  trigg
  310. * weka/experiment/Experiment.java (1.10): Added static for
  311.         experiment file extensions.
  312. 2000-07-19 17:28  trigg
  313. * weka/gui/experiment/RunPanel.java (1.10): Slightly clearer status
  314.         lines during experiment iterations.
  315. 2000-07-19 17:28  trigg
  316. * weka/gui/experiment/SetupPanel.java (1.12): Checks file extension
  317.         when loading experiment files.
  318. 2000-07-19 17:26  trigg
  319. * weka/: classifiers/MultiClassClassifier.java (1.9),
  320. classifiers/RegressionByDiscretization.java (1.7),
  321. core/Instances.java (1.20): Factored out some shared code for
  322.         resampling with weights defined by the instance weights.
  323. 2000-07-19 17:23  trigg
  324. * weka/classifiers/Bagging.java (1.10): Fixed bug (spotted by
  325.         stuart@intelligenesis.net) in determining subsample size.
  326. 2000-07-18 13:13  mhall
  327. * weka/clusterers/EM.java (stable-3-0-patches.1): Now uses a
  328.         NormalEstimator instead of custom code for normal distributions.
  329. 2000-07-17 15:28  mhall
  330. * weka/Makefile (1.27): Added properties file for visualize
  331.         package.
  332. 2000-07-13 15:39  mhall
  333. * weka/gui/visualize/: ClassPanel.java (1.6), Plot2D.java (1.12),
  334. VisualizePanel.java (1.11), Visualize.props (1.5),
  335.         VisualizeUtils.java (1.3): Added a max numeric precision property.
  336. 2000-07-13 14:53  mhall
  337. * weka/clusterers/EM.java (1.8): Now uses a NormalEstimator instead
  338.         of custom code for normal distributions.
  339. 2000-07-13 14:52  mhall
  340. * weka/gui/explorer/ClustererPanel.java (1.24): Moved the call to
  341.         taskStarted to before where any exceptions are thrown.
  342. 2000-07-13 14:50  mhall
  343. * weka/gui/WekaTaskMonitor.java (1.4): Added a check to prevent the
  344.         number of active tasks from being less than zero.
  345. 2000-07-12 17:14  mhall
  346. * weka/gui/visualize/VisualizeUtils.java (1.2): Fixed spelling
  347.         mistake in error message.
  348. 2000-07-10 16:30  mhall
  349. * weka/gui/GUIChooser.java (1.4): Sets bird icon for the
  350.         GUIChooser.
  351. 2000-07-05 11:46  mhall
  352. * weka/experiment/PairedTTester.java (1.11): Added latex output for
  353.         the summary and ranking tables.
  354. 2000-06-26 16:50  trigg
  355. * weka/core/SparseInstance.java (1.2): Updated class comments a
  356. bit, to clarify what a sparse instance is, and what it means for
  357.         nominal attributes.
  358. 2000-06-26 11:12  mhall
  359. * weka/classifiers/VFI.java (1.2): Is now a
  360.         WeightedInstanceHandler.
  361. 2000-06-22 10:48  mhall
  362. * weka/gui/GenericObjectEditor.props (1.20): Added VFI classifier.
  363. 2000-06-22 10:48  mhall
  364. * weka/classifiers/: Makefile (1.17), VFI.java (1.1): Added VFI
  365.         classifier. Modified Makefile.
  366. 2000-06-15 14:54  mhall
  367. * weka/gui/explorer/ClustererPanel.java (1.23): Added check for
  368.         numeric class in class based evaluation mode.
  369. 2000-06-15 14:54  mhall
  370. * weka/clusterers/ClusterEvaluation.java (1.12): Fixed bug that
  371. stopped class based evaluation from working when class was the
  372. first attribute. Added check in evaluateClusterer for numeric
  373.         class.
  374. 2000-06-15 14:35  mhall
  375. * weka/gui/explorer/ClustererPanel.java (1.22): Added a class based
  376.         cluster evaluation mode.
  377. 2000-06-15 14:34  mhall
  378. * weka/clusterers/ClusterEvaluation.java (1.11): Added routines to
  379.         do class to cluster evaluation if a class attribute is set.
  380. 2000-06-14 11:54  trigg
  381. * weka/: filters/EmptyAttributeFilter.java (1.1), filters/Makefile
  382. (1.14), filters/NonSparseToSparseFilter.java (1.1),
  383. filters/NonsparseToSparseFilter.java (1.2),
  384. filters/SparseToNonSparseFilter.java (1.1),
  385. filters/SpreadSubsampleFilter.java (1.1),
  386. gui/GenericObjectEditor.props (1.19): Added a bunch of new filters
  387. (yippee!). Renamed one existing one. Updated the
  388.         GenericObjectEditor.props for these changes.
  389. 2000-06-14 11:49  trigg
  390. * weka/core/Instances.java (1.19): Niggly spelling correction :-)
  391. 2000-06-12 09:44  mhall
  392. * weka/gui/explorer/ClustererPanel.java (1.21): Added the ablity to
  393. ignore columns during clustering. The ignored columns remain in the
  394.         data for visualization purposes.
  395. 2000-06-06 17:12  mhall
  396. * weka/experiment/PairedTTester.java (1.10): Added a method to
  397.         output comparison tables in Latex table format.
  398. 2000-06-06 09:40  mhall
  399. * weka/gui/visualize/: AttributePanel.java (1.4), ClassPanel.java
  400. (1.5), Plot2D.java (1.11), PlotData2D.java (1.5),
  401. VisualizePanel.java (1.10): Handles no attribute, no instances
  402.         datasets without crashing :-)
  403. 2000-06-02 12:40  mhall
  404. * weka/gui/explorer/PreprocessPanel.java (1.17): Added a warning
  405. dialog that appears when the user has unselected all attributes and
  406.         pressed apply filters.
  407. 2000-05-30 16:57  mhall
  408. * weka/gui/AttributeSummaryPanel.java (1.3): When a new dataset is
  409.         loaded the summary panel is cleared.
  410. 2000-05-30 16:57  mhall
  411. * weka/gui/AttributeSelectionPanel.java (1.3): When a new dataset
  412.         is loaded any selected row is now cleared.
  413. 2000-05-22 16:26  mhall
  414. * weka/gui/visualize/Plot2D.java (1.10): Fixed bug that caused
  415. array out of bounds exceptions to occur when changing axis when
  416.         jitter was any value but 0.
  417. 2000-05-19 13:56  mhall
  418. * weka/gui/visualize/Visualize.props (1.4): Removed the spaces from
  419. Threshold and Margin curve relation names to allow the default
  420. properties for these types of relations to be read properly under
  421.         java 1.1.
  422. 2000-05-19 13:55  mhall
  423. * weka/gui/visualize/VisualizePanel.java (1.9): Was disabling the
  424. colour combo when colouring index was being set from a definition
  425.         in the property file---fixed.
  426. 2000-05-19 13:53  mhall
  427. * weka/classifiers/evaluation/: MarginCurve.java (1.3),
  428. ThresholdCurve.java (1.5): Removed spaces from the relation names.
  429. This allows the default visualization properties for these types of
  430. curves to work properly under java 1.1 (which doesn't handle escape
  431.         characters).
  432. 2000-05-18 12:43  trigg
  433. * weka/gui/visualize/Visualize.props (1.3): Added default axes for
  434.         threshold curves and margin curves.
  435. 2000-05-17 15:49  mhall
  436. * weka/gui/visualize/: VisualizePanel.java (1.8), Visualize.props
  437. (1.2): Changed so that preferred visualization dimensions can be
  438.         specified with regards to specific dataset relation names.
  439. 2000-05-17 11:57  mhall
  440. * weka/gui/visualize/: AttributePanel.java (1.3), Plot2D.java
  441. (1.9), VisualizePanel.java (1.7): Now reads a Visualize.props
  442. property file for setting up colours and preferred viewing
  443.         dimensions.
  444. 2000-05-17 11:56  mhall
  445. * weka/gui/visualize/: Visualize.props (1.1), VisualizeUtils.java
  446.         (1.1): Initial import.
  447. 2000-05-15 11:40  mhall
  448. * weka/gui/GUIChooser.java (1.3): Flashed up the GUI chooser a wee
  449.         bit.
  450. 2000-05-15 11:39  mhall
  451. * weka/gui/weka3.gif (1.1): Initial checkin
  452. 2000-05-11 21:32  eibe
  453. * weka/classifiers/j48/J48.java (1.17): "SafeInstanceData" replaced
  454.         by "SaveInstanceData"
  455. 2000-05-11 10:59  mhall
  456. * weka/gui/visualize/: ClassPanel.java (1.4), Plot2D.java (1.8):
  457. Improved the field width + precision calculation for numeric axis
  458.         labels.
  459. 2000-05-09 12:09  mhall
  460. * weka/gui/LogPanel.java (1.8): Now runs the garbage collector
  461.         before reporting the free memory.
  462. 2000-05-08 11:47  mhall
  463. * weka/gui/experiment/DatasetListPanel.java (1.11): Added a check
  464. box that allows users to choose to store paths to datasets relative
  465.         to the user (start) directory.
  466. 2000-05-08 11:01  mhall
  467. * weka/gui/LogPanel.java (1.7): Fixed a local variable name
  468.         confusion.
  469. 2000-05-08 10:32  mhall
  470. * weka/gui/LogPanel.java (1.6): Added a popup menu to display free
  471.         memory and run the garbage collector.