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

工具条

开发平台:

Others

  1. 2003-04-17 11:54  mhall
  2. * weka/gui/beans/README_KnowledgeFlow (1.3): removed a linefeed
  3. 2003-04-17 11:52  mhall
  4. * weka/gui/beans/README_KnowledgeFlow (1.2): Removed reference to
  5. Tools toolbar
  6. 2003-04-17 11:46  mhall
  7. * weka/gui/beans/KnowledgeFlow.java (1.11): Added help button
  8. 2003-04-17 11:44  mhall
  9. * weka/gui/beans/: icons/Help24.gif (1.1), README_KnowledgeFlow
  10. (1.1): Initial import
  11. 2003-04-17 10:42  rkirkby
  12. * weka/gui/AttributeVisualizationPanel.java (1.10): Performance
  13. improvements by Ashraf, plus attempts to make more thread safe,
  14. avoiding use of stop().
  15. 2003-04-17 10:13  rkirkby
  16. * weka/gui/explorer/PreprocessPanel.java (1.34): Prevented multiple
  17. "visualize all" windows from being opened.
  18. 2003-04-16 15:52  eibe
  19. * weka/gui/AttributeVisualizationPanel.java (1.9): Fixed a bug.
  20. 2003-04-16 14:46  eibe
  21. * weka/gui/AttributeVisualizationPanel.java (1.8): Made thread safe
  22. 2003-04-16 12:24  rkirkby
  23. * weka/filters/unsupervised/attribute/RemoveUseless.java (1.4):
  24. Fixed so that it will not remove the class attribute if set.
  25. 2003-04-16 11:36  rkirkby
  26. * weka/gui/GenericObjectEditor.props (1.78): Added Nnge.
  27. 2003-04-16 11:33  rkirkby
  28. * weka/classifiers/rules/Makefile (1.5): Added Nnge.
  29. 2003-04-16 11:33  rkirkby
  30. * weka/classifiers/rules/Nnge.java (1.1): Initial import.
  31. 2003-04-16 11:30  rkirkby
  32. * weka/gui/visualize/VisualizeUtils.java (1.7): Suppressed some
  33. warning messages.
  34. 2003-04-16 11:28  rkirkby
  35. * weka/gui/explorer/ClassifierPanel.java (1.60): Suppressed console
  36. output of random seed.
  37. 2003-04-16 11:24  rkirkby
  38. * weka/gui/visualize/: Plot2D.java (1.18), PlotData2D.java (1.15):
  39. Suppressed some warning messages.
  40. 2003-04-16 11:20  rkirkby
  41. * weka/gui/visualize/: VisualizePanel.java (1.19),
  42. AttributePanel.java (1.8): Suppressed some warning messages.
  43. 2003-04-16 11:06  rkirkby
  44. * weka/gui/: experiment/Experimenter.java (1.6),
  45. beans/KnowledgeFlow.java (1.10): Now uses the system look & feel.
  46. 2003-04-16 11:03  rkirkby
  47. * weka/gui/: GUIChooser.java (1.11), explorer/Explorer.java (1.27):
  48. Now uses the system look & feel.
  49. 2003-04-16 09:25  eibe
  50. * weka/classifiers/functions/SimpleLinearRegression.java (1.2):
  51. Added some checks to SimpleLinearRegression.
  52. 2003-04-16 09:19  eibe
  53. * weka/: classifiers/functions/Makefile (1.6),
  54. classifiers/functions/SimpleLinearRegression.java (1.1),
  55. classifiers/functions/UnivariateLinearRegression.java (1.2),
  56. gui/GenericObjectEditor.props (1.77): Renamed
  57. UnivariateLinearRegression to become SimpleLinearRegression
  58. 2003-04-15 14:09  mhall
  59. * weka/gui/explorer/PreprocessPanel.java (1.33): Now displays color
  60. combo box for histograms and a button to popup a panel of
  61. histograms above the singe histogram display
  62. 2003-04-15 14:08  mhall
  63. * weka/gui/AttributeVisualizationPanel.java (1.7): Changed to allow
  64. color combo box to be either visible or invisible and added a
  65. method to return the combo box so that another component can place
  66. this control wherever it likes
  67. 2003-04-15 14:06  mhall
  68. * weka/gui/beans/Makefile (1.2): Added beans to makefile
  69. 2003-04-15 14:06  eibe
  70. * weka/attributeSelection/SVMAttributeEval.java (1.15): Location of
  71. SMO has changed
  72. 2003-04-15 14:05  mhall
  73. * weka/gui/beans/AttributeSummarizerBeanInfo.java (1.1): Initial
  74. import
  75. 2003-04-15 14:01  mhall
  76. * weka/gui/beans/: AttributeSummarizer.java (1.3),
  77. ClassAssigner.java (1.5), CrossValidationFoldMaker.java (1.3),
  78. TrainTestSplitMaker.java (1.3): Added globalInfo and tool tip stuff
  79. 2003-04-15 13:58  eibe
  80. * weka/classifiers/functions/Logistic.java (1.26): Changed some
  81. exceptions.
  82. 2003-04-15 13:56  eibe
  83. * weka/classifiers/meta/AdaBoostM1.java (1.16): AdaBoostM1 now
  84. produces much better probability estimates (Thanks, Xin :-)
  85. 2003-04-15 13:17  eibe
  86. * weka/gui/GenericObjectEditor.props (1.76): SMO, etc., now in
  87. supportVector package.
  88. 2003-04-15 13:12  eibe
  89. * weka/classifiers/functions/: Logistic.java (1.25), Makefile
  90. (1.5), SMO.java (1.49), supportVector/Kernel.java (1.1),
  91. supportVector/Makefile (1.1),
  92. supportVector/NormalizedPolyKernel.java (1.1),
  93. supportVector/PolyKernel.java (1.1), supportVector/RBFKernel.java
  94. (1.1), supportVector/SMO.java (1.1), supportVector/SMOreg.java
  95. (1.1), supportVector/SMOset.java (1.1): Replaced implementation of
  96. logistic regression. SMO has moved into a new supportVector package
  97. that also includes SMO for regression.
  98. 2003-04-15 11:20  rkirkby
  99. * weka/filters/unsupervised/attribute/RemoveUseless.java (1.3): The
  100. maximum variance parameter default is now 99, and now only applies
  101. to nominal attributes.
  102. 2003-04-14 16:10  mhall
  103. * weka/gui/PropertySheetPanel.java (1.12): set number of columns to
  104. 30 for the text area that displays the about info
  105. 2003-04-14 10:10  mhall
  106. * weka/gui/beans/AttributeSummarizer.java (1.2): Added a coloring
  107. index property
  108. 2003-04-14 10:09  mhall
  109. * weka/gui/explorer/PreprocessPanel.java (1.32): Added ability to
  110. pop up a matrix of AttributeVisualizationPanels
  111. 2003-04-14 10:08  mhall
  112. * weka/gui/AttributeVisualizationPanel.java (1.6): Added methods to
  113. set and get the coloring index
  114. 2003-04-11 12:21  mhall
  115. * weka/gui/beans/: AttributeSummarizer.java (1.1),
  116. icons/AttributeSummarizer.gif (1.1),
  117. icons/AttributeSummarizer_animated.gif (1.1): Initial import
  118. 2003-04-11 12:20  mhall
  119. * weka/gui/beans/: DataVisualizer.java (1.5), KnowledgeFlow.java
  120. (1.9), ScatterPlotMatrix.java (1.3): Some mods to allow beans to
  121. determine whether they are running inside an editor environment or
  122. not
  123. 2003-04-11 12:19  mhall
  124. * weka/gui/beans/Beans.props (1.4): Split the tools toolbar into
  125. evaluationa and visualization
  126. 2003-04-10 18:10  mhall
  127. * weka/gui/AttributeVisualizationPanel.java (1.5): Made this
  128. component respect the class attribute (if set in the data) and
  129. fixed a couple of negative array size exceptions on construction
  130. 2003-04-10 09:03  eibe
  131. * weka/core/Utils.java (1.36): Added Bernhard's method for
  132. converting log(P) back into P.
  133. 2003-04-09 15:49  mhall
  134. * weka/gui/beans/DataVisualizer.java (1.4): Changed a couple of
  135. variables to protected to allow easier subclassing
  136. 2003-04-09 15:48  mhall
  137. * weka/gui/beans/ScatterPlotMatrix.java (1.2): Now extends
  138. DataVisualizer
  139. 2003-04-09 14:45  mhall
  140. * weka/gui/beans/ScatterPlotMatrixBeanInfo.java (1.1): Initial
  141. import
  142. 2003-04-09 10:52  mhall
  143. * weka/gui/beans/DataVisualizer.java (1.3): Fixed some docs
  144. 2003-04-09 10:52  mhall
  145. * weka/gui/beans/Beans.props (1.3): Added scatter plot matrix
  146. 2003-04-09 10:49  mhall
  147. * weka/gui/beans/: icons/ScatterPlotMatrix.gif (1.1),
  148. icons/ScatterPlotMatrix_animated.gif (1.1), ScatterPlotMatrix.java
  149. (1.1): Initial import
  150. 2003-04-08 15:58  mhall
  151. * weka/gui/beans/ClassifierPerformanceEvaluator.java (1.3): Fixed
  152. eventGeneratable bug
  153. 2003-04-08 15:57  mhall
  154. * weka/gui/beans/KnowledgeFlow.java (1.8): Changed log to hidden
  155. type
  156. 2003-04-04 10:07  mhall
  157. * weka/classifiers/trees/REPTree.java (1.10): GetOptions now
  158. returns an integer value for tree depth rather than a double. This
  159. is in line with setOptions that parses tree depths as an integer
  160. 2003-04-04 09:20  eibe
  161. * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.11): Fixed
  162. reference
  163. 2003-04-04 09:17  eibe
  164. * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.10): Added
  165. reference
  166. 2003-04-04 09:14  eibe
  167. * weka/: classifiers/lazy/LWL.java (1.6), classifiers/lazy/LWR.java
  168. (1.16), classifiers/lazy/Makefile (1.5),
  169. gui/GenericObjectEditor.props (1.75): LWR has been replaced by the
  170. more general LWL class.
  171. 2003-03-31 16:36  rkirkby
  172. * weka/gui/experiment/ResultsPanel.java (1.23): Will now pass the
  173. folds column if detected to the T-Tester, to ensure correct
  174. ordering.
  175. 2003-03-31 16:34  rkirkby
  176. * weka/experiment/PairedTTester.java (1.17): Added option for fold
  177. column, so that the folds can be taken into account when sorting.
  178. 2003-03-31 08:40  eibe
  179. * weka/filters/supervised/attribute/ClassOrder.java (1.2): Xin made
  180. it a bit safer.
  181. 2003-03-28 10:24  eibe
  182. * weka/: attributeSelection/SVMAttributeEval.java (1.14),
  183. classifiers/functions/SMO.java (1.48): Eliminated weights() method
  184. from SMO.
  185. 2003-03-27 10:11  rkirkby
  186. * weka/classifiers/functions/SMO.java (1.47): Six utility methods
  187. have been added that were submitted by Christopher Bader from
  188. Unveil Technologies (cbader@Unveil.com).
  189. 2003-03-27 09:46  rkirkby
  190. * weka/gui/AttributeVisualizationPanel.java (1.4): Removed a debug
  191. message.
  192. 2003-03-26 10:13  rkirkby
  193. * weka/gui/visualize/MatrixPanel.java (1.5): Point size can now be
  194. changed.
  195. 2003-03-26 10:12  rkirkby
  196. * weka/gui/AttributeVisualizationPanel.java (1.3): Graphs are now
  197. colour coded and other improvements.
  198. 2003-03-25 15:43  rkirkby
  199. * weka/filters/unsupervised/attribute/RemoveUseless.java (1.2):
  200. Fixed filtering of instances after the inital batch has been
  201. processed.
  202. 2003-03-21 10:52  rkirkby
  203. * weka/gui/LogPanel.java (1.13): The log can now either be hidden
  204. or visible, to keep Experimenter run tab appearance the same as it
  205. was.
  206. 2003-03-21 10:16  rkirkby
  207. * weka/gui/explorer/Explorer.java (1.26): Updated startup log
  208. message.
  209. 2003-03-20 15:57  rkirkby
  210. * weka/gui/LogPanel.java (1.12): Log is now accessible via a
  211. button, rather than always on display.
  212. 2003-03-20 14:57  rkirkby
  213. * weka/gui/explorer/ClustererPanel.java (1.38): Improved error
  214. handling by displaying a dialog box when clustering fails.
  215. 2003-03-20 14:50  rkirkby
  216. * weka/gui/explorer/ClassifierPanel.java (1.59): Improved error
  217. handling by displaying a dialog box when something fails.
  218. 2003-03-18 15:42  rkirkby
  219. * weka/experiment/PairedCorrectedTTester.java (1.3): Forgot to
  220. override the main method.
  221. 2003-03-13 17:13  mhall
  222. * weka/classifiers/bayes/AODE.java (1.2): Fixed getOptions and
  223. added get and set methods for the frequency option
  224. 2003-03-13 12:12  rkirkby
  225. * weka/experiment/RandomSplitResultProducer.java (1.15): Will now
  226. stratify the train and test sets if the class is nominal and
  227. randomization is enabled.
  228. 2003-03-11 16:05  eibe
  229. * weka/core/Optimization.java (1.4): Made it more memory efficient.
  230. 2003-03-11 16:03  eibe
  231. * weka/classifiers/rules/JRip.java (1.9): Fixed bug when class not
  232. last attribute.
  233. 2003-03-10 13:35  rkirkby
  234. * weka/: classifiers/bayes/Makefile (1.5),
  235. gui/GenericObjectEditor.props (1.74): Added AODE.
  236. 2003-03-10 13:34  rkirkby
  237. * weka/classifiers/bayes/AODE.java (1.1): Initial import.
  238. 2003-03-07 15:42  rkirkby
  239. * weka/gui/AttributeVisualizationPanel.java (1.2): Numeric ranges
  240. are now displayed as histograms.
  241. 2003-03-03 14:01  mhall
  242. * weka/experiment/RemoteEngine.java (1.7): Small change to purge
  243. code
  244. 2003-03-03 14:01  mhall
  245. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.17),
  246. BoundaryPanelDistributed.java (1.3): Small changes to progress info
  247. and bugfix in plot routine
  248. 2003-02-27 14:02  mhall
  249. * weka/gui/boundaryvisualizer/BoundaryPanelDistributed.java (1.2):
  250. Improved progress info
  251. 2003-02-26 14:37  rkirkby
  252. * weka/classifiers/trees/UserClassifier.java (1.12): Fixed use of
  253. classifier so that the user can select which classifier to use.
  254. 2003-02-26 14:29  mhall
  255. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.16),
  256. DataGenerator.java (1.3), KDDataGenerator.java (1.4): Small changes
  257. to allow distributed boundary visualization
  258. 2003-02-26 14:28  mhall
  259. * weka/gui/boundaryvisualizer/: BoundaryPanelDistributed.java
  260. (1.1), RemoteBoundaryVisualizerSubTask.java (1.1),
  261. RemoteResult.java (1.1): Initial import
  262. 2003-02-26 14:27  mhall
  263. * weka/experiment/: RemoteEngine.java (1.6),
  264. RemoteExperimentSubTask.java (1.6), Task.java (1.7): Fix to type
  265. unloading code plus some small changes to make distributed boudary
  266. visualization possible
  267. 2003-02-26 10:37  rkirkby
  268. * weka/gui/GenericObjectEditor.java (1.38): Changed 'Set' button to
  269. 'Choose'. Changed popup background to match the tree so it doesn't
  270. look as ugly when then tree is smaller than the popup.
  271. 2003-02-20 16:11  rkirkby
  272. * weka/classifiers/trees/RandomForest.java (1.3): Added out-of-bag
  273. error estimation.
  274. 2003-02-20 15:59  rkirkby
  275. * weka/classifiers/meta/Bagging.java (1.23): Added ability to
  276. calculate the out-of-bag error and return it as an additional
  277. measure.
  278. 2003-02-20 14:27  eibe
  279. * weka/classifiers/lazy/LWL.java (1.5): Added rescaling of weights
  280. 2003-02-20 10:50  rkirkby
  281. * weka/classifiers/meta/Bagging.java (1.22): Added Randomizable
  282. classifier handling.
  283. 2003-02-19 11:31  rkirkby
  284. * weka/: classifiers/meta/Makefile (1.5),
  285. gui/GenericObjectEditor.props (1.73): Added StackingC, Grading and
  286. Vote.
  287. 2003-02-19 11:30  rkirkby
  288. * weka/classifiers/meta/: Grading.java (1.1), StackingC.java (1.1),
  289. Vote.java (1.1): Initial import.
  290. 2003-02-19 10:50  rkirkby
  291. * weka/classifiers/trees/REPTree.java (1.9): Has been made
  292. sourcable thanks to a contribution by Igor Wronsky.
  293. 2003-02-18 16:03  mhall
  294. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.15): Fixed bug
  295. in main method
  296. 2003-02-17 11:30  mhall
  297. * weka/gui/explorer/AttributeSelectionPanel.java (1.25): Modified
  298. to allow scatter plot matrix to be popped up to show transformed or
  299. reduced data
  300. 2003-02-17 10:03  mhall
  301. * weka/experiment/: RemoteEngine.java (1.5), remote.policy (1.4):
  302. Mods that allow remote engine to unload types from its virtual
  303. machine.
  304. 2003-02-14 16:29  mhall
  305. * weka/build.xml (1.10): oops another file left out of the
  306. remoteEngine.jar file
  307. 2003-02-14 16:17  mhall
  308. * weka/build.xml (1.9): some classes were left out of the
  309. remoteEngine.jar file
  310. 2003-02-14 10:27  mhall
  311. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.14): Merged
  312. Len's stuff
  313. 2003-02-13 15:50  mhall
  314. * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.9):
  315. Changes to UI and merging of Len's progressive plotting code
  316. 2003-02-13 15:49  mhall
  317. * weka/gui/boundaryvisualizer/KDDataGenerator.java (1.3): now uses
  318. k'th nearest neighbour to set kernel bandwidth
  319. 2003-02-13 13:52  eibe
  320. * weka/classifiers/bayes/: NaiveBayes.java (1.13),
  321. NaiveBayesUpdateable.java (1.3): Included supervised discretization
  322. as an option in NaiveBayes (mainly for convenience)
  323. 2003-02-11 14:30  trigg
  324. * weka/core/: Attribute.java (1.29), Instances.java (1.41): Moved a
  325. bunch of strings into constants.  Fixed arff parsing bug reported
  326. by JK Sakura <sakurajkr@yahoo.com>.
  327. 2003-02-10 17:30  eibe
  328. * weka/classifiers/lazy/: LWL.java (1.4), LWR.java (1.15): Fixed
  329. bugs that I introduced with the last change
  330. 2003-02-10 17:20  trigg
  331. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.13): Use
  332. progressive sampling and gridding to allow a faster overall
  333. impression of the boundary graph.
  334. 2003-02-10 14:48  trigg
  335. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.12): Fixed
  336. warning reported by jikes +P, and a CVS keyword typo.
  337. 2003-02-10 14:46  trigg
  338. * weka/classifiers/lazy/LWL.java (1.3): Removed warning reported by
  339. jikes +P.
  340. 2003-02-10 13:14  eibe
  341. * weka/classifiers/lazy/: LWL.java (1.2), LWR.java (1.14): Made
  342. some small changes to LWL and LWR
  343. 2003-02-09 22:31  eibe
  344. * weka/: classifiers/lazy/Makefile (1.4),
  345. gui/GenericObjectEditor.props (1.72): Added LWL.java
  346. 2003-02-09 22:29  eibe
  347. * weka/classifiers/lazy/LWL.java (1.1): Locally weighted learning
  348. for any base classifier.
  349. 2003-02-07 12:08  mhall
  350. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.11): tool tip
  351. text now stays on screen until mouse is moved
  352. 2003-02-05 15:18  mhall
  353. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.10): Now saves
  354. a jpeg when invoked from the command line. Also pops up tooltip for
  355. probability vector for a pixel on mouseover
  356. 2003-02-04 17:14  eibe
  357. * weka/core/Optimization.java (1.3): Fixed bug.
  358. 2003-02-04 11:13  rkirkby
  359. * weka/gui/explorer/ClassifierPanel.java (1.58): Use of a test set
  360. was broken.
  361. 2003-02-04 09:29  rkirkby
  362. * weka/gui/visualize/MatrixPanel.java (1.4): Prevented MatrixPanel
  363. from altering the class index of the instances.
  364. 2003-01-31 15:16  rkirkby
  365. * weka/core/Attribute.java (1.28): Added check to disallow a
  366. nominal attribute from having duplicate labels.
  367. 2003-01-31 15:09  eibe
  368. * weka/core/Optimization.java (1.2): Fixed Javadoc.
  369. 2003-01-31 11:04  rkirkby
  370. * weka/experiment/PairedCorrectedTTester.java (1.2): Removed some
  371. debug output.
  372. 2003-01-31 11:00  rkirkby
  373. * weka/gui/experiment/ResultsPanel.java (1.22): Now uses the
  374. PairedCorrectedTTester, plus a tool tip informing users.
  375. 2003-01-31 10:58  rkirkby
  376. * weka/experiment/PairedTTester.java (1.16): Restored old behaviour
  377. - PairedCorrectedTTester now uses the corrected test. Also made
  378. some private classes protected.
  379. 2003-01-31 10:50  rkirkby
  380. * weka/experiment/Makefile (1.13): Added PairedCorrectedTTester.
  381. 2003-01-31 10:48  rkirkby
  382. * weka/experiment/PairedCorrectedTTester.java (1.1): Initial
  383. import.
  384. 2003-01-31 09:00  rkirkby
  385. * weka/experiment/PairedStatsCorrected.java (1.2): Added paper
  386. reference.
  387. 2003-01-30 12:05  mhall
  388. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.9): Changed so
  389. that white data points are plotted with a black outer circle
  390. 2003-01-29 17:21  mhall
  391. * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.8): Fixed
  392. label
  393. 2003-01-29 17:12  mhall
  394. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.8),
  395. BoundaryVisualizer.java (1.7): Can now superimpose training data on
  396. plot
  397. 2003-01-28 17:11  rkirkby
  398. * weka/gui/experiment/SimpleSetupPanel.java (1.2): Cross-validation
  399. no longer uses AveragingResultProducer.
  400. 2003-01-28 17:03  rkirkby
  401. * weka/gui/experiment/SetupPanel.java (1.19): Fixed loss of
  402. property iterator any time the experiment is set, including when
  403. switching from a simple experiment.
  404. 2003-01-28 15:53  rkirkby
  405. * weka/experiment/Makefile (1.12): Added PairedStatsCorrected.
  406. 2003-01-28 15:52  rkirkby
  407. * weka/experiment/PairedTTester.java (1.15): Now uses the corrected
  408. resampled t which should result in lower Type I error and means
  409. that the AveragingResultProducer is not necessary in a
  410. cross-validation experiment.
  411. 2003-01-28 15:48  rkirkby
  412. * weka/experiment/PairedStatsCorrected.java (1.1): Initial import.
  413. 2003-01-28 15:46  rkirkby
  414. * weka/experiment/ClassifierSplitEvaluator.java (1.18): Modified
  415. results to keep track of both test set and training set sizes.
  416. 2003-01-28 14:36  mhall
  417. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.7),
  418. BoundaryVisualizer.java (1.6): More UI improvements and tidy up
  419. 2003-01-28 10:20  eibe
  420. * weka/gui/boundaryvisualizer/Makefile (1.2): Fixed Makefile.
  421. 2003-01-24 17:03  mhall
  422. * weka/gui/visualize/ClassPanel.java (1.11): Small change for
  423. interoperation with the boundary visualizer
  424. 2003-01-24 17:02  mhall
  425. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.6),
  426. BoundaryVisualizer.java (1.5): User interface improvements
  427. 2003-01-24 10:57  mhall
  428. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.5),
  429. BoundaryVisualizer.java (1.4): New groovy colours
  430. 2003-01-23 16:05  eibe
  431. * weka/gui/boundaryvisualizer/EMDataGenerator.java (1.2): Isn't
  432. compatible anymore and never really worked properly anyway.
  433. 2003-01-23 16:02  eibe
  434. * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.4),
  435. DataGenerator.java (1.2), KDDataGenerator.java (1.2): Improved
  436. BoundaryVisualizer.
  437. 2003-01-23 14:17  rkirkby
  438. * weka/attributeSelection/OneRAttributeEval.java (1.12): Was broken
  439. since OneR shifted packages.
  440. 2003-01-21 14:07  eibe
  441. * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.3): Slightly
  442. changed (fixed bug).
  443. 2003-01-20 14:56  trigg
  444. * weka/: core/Randomizable.java (1.2), gui/beans/Filter.java (1.5):
  445. Fixed warnings reported by jikes +P