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

工具条

开发平台:

Others

  1. 2004-09-29 10:16  eibe
  2. * weka/classifiers/bayes/net/BIFReader.java (1.5): Made getNode()
  3. method public because FromFile didn't compile.
  4. 2004-09-28 15:42  cvs_rrb
  5. * weka/classifiers/bayes/net/search/fixed/FromFile.java (1.4): Make
  6. insensitive to order of nodes in BIF file
  7. 2004-09-28 14:48  cvs_rrb
  8. * weka/classifiers/bayes/net/BIFReader.java (1.4): Synchronize
  9. order of Bayesnet before comparing
  10. 2004-09-24 09:39  eibe
  11. * weka/filters/unsupervised/instance/RemoveRange.java (1.3):
  12. Cosmetic changes to docs.
  13. 2004-09-02 18:13  eibe
  14. * weka/classifiers/trees/Id3.java (1.13): Cosmetic formatting
  15. changes.
  16. 2004-09-02 17:57  eibe
  17. * weka/core/Instance.java (1.18): Added method hasMissingValues.
  18. 2004-09-02 17:56  eibe
  19. * weka/classifiers/trees/Id3.java (1.12): Added check for missing
  20. values into distributionForInstance and classifyInstance.
  21. 2004-08-30 11:40  mhall
  22. * weka/gui/beans/: ClassValuePicker.java (1.3), Classifier.java
  23. (1.16), ClassifierPerformanceEvaluator.java (1.9): Some small
  24. changes
  25. 2004-08-30 11:39  mhall
  26. * weka/gui/explorer/ClassifierPanel.java (1.78): Removed some
  27. debugging output
  28. 2004-08-24 11:06  mhall
  29. * weka/gui/beans/icons/: ClustererPerformanceEvaluator.gif (1.1),
  30. ClustererPerformanceEvaluator_animated.gif (1.1),
  31. DefaultClusterer.gif (1.1), DefaultClusterer_animated.gif (1.1):
  32. Initial import
  33. 2004-08-24 11:01  mhall
  34. * weka/gui/beans/: Beans.props (1.10), PredictionAppender.java
  35. (1.8): Updated to handle clusterers
  36. 2004-08-24 10:59  mhall
  37. * weka/gui/beans/: BatchClustererEvent.java (1.1),
  38. BatchClustererListener.java (1.1), Clusterer.java (1.1),
  39. ClustererBeanInfo.java (1.1), ClustererCustomizer.java (1.1),
  40. ClustererPerformanceEvaluator.java (1.1),
  41. ClustererPerformanceEvaluatorBeanInfo.java (1.1),
  42. SaverBeanInfo.java (1.1), SaverCustomizer.java (1.1): Initial
  43. import
  44. 2004-08-23 14:09  mhall
  45. * weka/gui/beans/icons/: DefaultEvaluator.gif (1.2),
  46. DefaultEvaluator_animated.gif (1.2): adjusted size
  47. 2004-08-23 11:34  mhall
  48. * weka/gui/GenericObjectEditor.props (1.105): Added database loader
  49. and saver
  50. 2004-08-23 11:23  mhall
  51. * weka/gui/beans/icons/: DefaultTrainTest.gif (1.2),
  52. DefaultTrainTest_animated.gif (1.2): Now sized the same as the
  53. other icons
  54. 2004-08-20 17:41  akibriya
  55. * weka/classifiers/trees/UserClassifier.java (1.18): Made a few
  56. variable transient so that the classifier can be serialized.
  57. 2004-08-20 09:41  mhall
  58. * weka/associations/: CARuleMiner.java (1.1), CaRuleGeneration.java
  59. (1.1), LabeledItemSet.java (1.1): Initial import
  60. 2004-08-19 14:45  mhall
  61. * weka/: gui/GenericObjectEditor.props (1.104),
  62. gui/experiment/AlgorithmListPanel.java (1.7),
  63. gui/experiment/SetupPanel.java (1.22),
  64. gui/explorer/ClassifierPanel.java (1.77),
  65. gui/explorer/PreprocessPanel.java (1.50), associations/Apriori.java
  66. (1.18), associations/PredictiveApriori.java (1.2),
  67. associations/PriorEstimation.java (1.3),
  68. experiment/DatabaseUtils.props (1.4): Changes to reflect the
  69. rearangement of Stefan's stuff
  70. 2004-08-19 14:43  mhall
  71. * weka/gui/beans/: CSVDataSink.java (1.2), CSVDataSinkBeanInfo.java
  72. (1.2): No longer needed
  73. 2004-08-19 11:23  mhall
  74. * weka/associations/classification/: CrList.java (1.2),
  75. CrListElement.java (1.2), CrNode.java (1.2), CrTree.java (1.2),
  76. JCBAPruning.java (1.2), PrecedencePruning.java (1.2), PruneCAR.java
  77. (1.2): Removed to become part of a standalone jar file
  78. 2004-08-19 11:20  mhall
  79. * weka/classifiers/rules/car/utils/Stopwatch.java (1.2): Removed in
  80. order to be placed in a standalone jar file
  81. 2004-08-19 11:17  mhall
  82. * weka/classifiers/rules/car/: CarClassifier.java (1.2), JCBA.java
  83. (1.4), WeightedClassifier.java (1.3): Removed in order to be placed
  84. in a standalone jar file
  85. 2004-08-19 11:13  mhall
  86. * weka/associations/classification/: CARuleMiner.java (1.3),
  87. CaRuleGeneration.java (1.2), CarApriori.java (1.3),
  88. CarPredictiveApriori.java (1.3), LabeledItemSet.java (1.2): Removed
  89. in order to be placed in a standalone jar file
  90. 2004-08-19 11:02  eibe
  91. * weka/classifiers/meta/Vote.java (1.7): Now doesn't throw an
  92. exception when applied to regression problems.
  93. 2004-08-19 10:56  mhall
  94. * weka/gui/beans/Saver.java (1.1): Initial import
  95. 2004-08-19 10:53  mhall
  96. * weka/gui/GenericObjectEditor.props (1.103): Added Savers
  97. 2004-08-17 09:53  mhall
  98. * weka/gui/beans/: AbstractDataSink.java (1.4), Beans.props (1.9),
  99. ClassAssigner.java (1.9), Classifier.java (1.15), Filter.java
  100. (1.11), Loader.java (1.10), LoaderCustomizer.java (1.7),
  101. PredictionAppender.java (1.7): Changes by Stefan
  102. 2004-08-17 09:43  mhall
  103. * weka/core/converters/: AbstractSaver.java (1.2), ArffLoader.java
  104. (1.9), ArffSaver.java (1.2), C45Loader.java (1.9), C45Saver.java
  105. (1.2), CSVLoader.java (1.9), CSVSaver.java (1.2),
  106. FileSourcedConverter.java (1.2), Saver.java (1.2),
  107. SerializedInstancesLoader.java (1.9), SerializedInstancesSaver.java
  108. (1.2): Changes by Stefan
  109. 2004-08-17 09:42  mhall
  110. * weka/core/converters/: AbstractFileSaver.java (1.1),
  111. DatabaseConnection.java (1.1), DatabaseConverter.java (1.1),
  112. DatabaseLoader.java (1.1), DatabaseSaver.java (1.1): Initial import
  113. 2004-08-10 15:43  akibriya
  114. * weka/filters/unsupervised/attribute/RandomProjection.java (1.3):
  115. Changed a few comments so that they make a bit more sense.
  116. 2004-08-10 12:27  akibriya
  117. * weka/classifiers/lazy/LWL.java (1.11): Added new weighting
  118. functions and sped up the calculation of distance.
  119. 2004-07-28 19:27  akibriya
  120. * weka/gui/GenericArrayEditor.java (1.13): Fixed a
  121. NullPointerException that occurred when a property represented by
  122. tags was selected in the advanced mode.
  123. 2004-07-26 10:49  mhall
  124. * weka/build.xml (1.16): src jar now includes gif images
  125. 2004-07-23 19:32  akibriya
  126. * weka/gui/GUIChooser.java (1.14): Added a dialog box to let the
  127. user know that application has run out of memory. Also removed code
  128. for checking if Swing is present or not, since minimum requirement
  129. for current version of Weka is now JDK1.4.
  130. 2004-07-23 19:05  akibriya
  131. * weka/gui/beans/KnowledgeFlow.java (1.23): Now the gui would come
  132. up with an error dialog, if the application runs out of memroy.
  133. 2004-07-23 19:02  akibriya
  134. * weka/gui/experiment/Experimenter.java (1.8): Now the gui shows an
  135. error dialog if the application runs out of memory.
  136. 2004-07-23 19:00  akibriya
  137. * weka/gui/explorer/Explorer.java (1.30): Now the gui would come up
  138. with an error dialog if the application runs out of memory.
  139. 2004-07-23 12:32  mhall
  140. * weka/classifiers/evaluation/ThresholdCurve.java (1.18): Fixed bug
  141. in ThresholdCurve, which resulted in one instance being on the
  142. wrong side of the threshold.
  143. 2004-07-19 11:17  mhall
  144. * weka/gui/beans/: CrossValidationFoldMaker.java (1.7),
  145. IncrementalClassifierEvaluator.java (1.9), TestSetMaker.java (1.3),
  146. TrainTestSplitMaker.java (1.5), TrainingSetMaker.java (1.3): Now
  147. uses latest icons from Jeffrey
  148. 2004-07-19 11:16  mhall
  149. * weka/gui/beans/icons/: ClassAssigner.gif (1.2),
  150. ClassAssigner_animated.gif (1.2), ClassValuePicker.gif (1.2),
  151. ClassValuePicker_animated.gif (1.2),
  152. ClassifierPerformanceEvaluator.gif (1.2),
  153. ClassifierPerformanceEvaluator_animated.gif (1.2),
  154. CrossValidationFoldMaker.gif (1.1),
  155. CrossValidationFoldMaker_animated.gif (1.1),
  156. IncrementalClassifierEvaluator.gif (1.1),
  157. IncrementalClassifierEvaluator_animated.gif (1.1),
  158. PredictionAppender.gif (1.2), PredictionAppender_animated.gif
  159. (1.2), TestSetMaker.gif (1.1), TestSetMaker_animated.gif (1.1),
  160. TrainTestSplitMaker.gif (1.1), TrainTestSplitMaker_animated.gif
  161. (1.1), TrainingSetMaker.gif (1.1), TrainingSetMaker_animated.gif
  162. (1.1): More new icons from Jeffrey
  163. 2004-07-19 10:37  mhall
  164. * weka/gui/beans/icons/:
  165. filters.unsupervised.attribute.NumericTransform.gif (1.1),
  166. filters.unsupervised.attribute.NumericTransform_animated.gif (1.1),
  167. filters.unsupervised.attribute.Obfuscate.gif (1.1),
  168. filters.unsupervised.attribute.Obfuscate_animated.gif (1.1),
  169. filters.unsupervised.attribute.PKIDiscretize.gif (1.1),
  170. filters.unsupervised.attribute.PKIDiscretize_animated.gif (1.1),
  171. filters.unsupervised.attribute.RandomProjection.gif (1.1),
  172. filters.unsupervised.attribute.RandomProjection_animated.gif (1.1),
  173. filters.unsupervised.attribute.Remove.gif (1.1),
  174. filters.unsupervised.attribute.RemoveType.gif (1.1),
  175. filters.unsupervised.attribute.RemoveType_animated.gif (1.1),
  176. filters.unsupervised.attribute.RemoveUseless.gif (1.1),
  177. filters.unsupervised.attribute.RemoveUseless_animated.gif (1.1),
  178. filters.unsupervised.attribute.Remove_animated.gif (1.1),
  179. filters.unsupervised.attribute.ReplaceMissingValues.gif (1.1),
  180. filters.unsupervised.attribute.ReplaceMissingValues_animated.gif
  181. (1.1), filters.unsupervised.attribute.Standardize.gif (1.1),
  182. filters.unsupervised.attribute.Standardize_animated.gif (1.1),
  183. filters.unsupervised.attribute.StringToNominal.gif (1.1),
  184. filters.unsupervised.attribute.StringToNominal_animated.gif (1.1),
  185. filters.unsupervised.attribute.StringToWordVector.gif (1.1),
  186. filters.unsupervised.attribute.StringToWordVector_animated.gif
  187. (1.1), filters.unsupervised.attribute.SwapValues.gif (1.1),
  188. filters.unsupervised.attribute.SwapValues_animated.gif (1.1),
  189. filters.unsupervised.attribute.TimeSeriesDelta.gif (1.1),
  190. filters.unsupervised.attribute.TimeSeriesDelta_animated.gif (1.1),
  191. filters.unsupervised.attribute.TimeSeriesTranslate.gif (1.1),
  192. filters.unsupervised.attribute.TimeSeriesTranslate_animated.gif
  193. (1.1), filters.unsupervised.instance.NonSparseToSparse.gif (1.1),
  194. filters.unsupervised.instance.NonSparseToSparse_animated.gif (1.1),
  195. filters.unsupervised.instance.Normalize.gif (1.1),
  196. filters.unsupervised.instance.Normalize_animated.gif (1.1),
  197. filters.unsupervised.instance.Randomize.gif (1.1),
  198. filters.unsupervised.instance.Randomize_animated.gif (1.1),
  199. filters.unsupervised.instance.RemoveFolds.gif (1.1),
  200. filters.unsupervised.instance.RemoveFolds_animated.gif (1.1),
  201. filters.unsupervised.instance.RemoveMisclassified.gif (1.1),
  202. filters.unsupervised.instance.RemoveMisclassified_animated.gif
  203. (1.1), filters.unsupervised.instance.RemovePercentage.gif (1.1),
  204. filters.unsupervised.instance.RemovePercentage_animated.gif (1.1),
  205. filters.unsupervised.instance.RemoveRange.gif (1.1),
  206. filters.unsupervised.instance.RemoveRange_animated.gif (1.1),
  207. filters.unsupervised.instance.RemoveWithValues.gif (1.1),
  208. filters.unsupervised.instance.RemoveWithValues_animated.gif (1.1),
  209. filters.unsupervised.instance.Resample.gif (1.1),
  210. filters.unsupervised.instance.Resample_animated.gif (1.1),
  211. filters.unsupervised.instance.SparseToNonSparse.gif (1.1),
  212. filters.unsupervised.instance.SparseToNonSparse_animated.gif (1.1):
  213. More new icons from Jeffrey
  214. 2004-07-15 16:57  mhall
  215. * weka/clusterers/SimpleKMeans.java (1.17): Fixed bug in selection
  216. of initial centers
  217. 2004-07-09 11:25  trigg
  218. * weka/filters/unsupervised/attribute/ChangeDateFormat.java (1.1):
  219. First version.
  220. 2004-07-08 20:47  akibriya
  221. * weka/gui/AttributeVisualizationPanel.java (1.17): Fixed a number
  222. of bugs. And, extensively commented the code.
  223. 2004-07-07 15:15  marku
  224. * weka/core/SingleIndex.java (1.5): Changed JML specs to avoid
  225. empty string problems
  226. 2004-07-07 15:09  marku
  227. * weka/core/: Range.java (1.13), SingleIndex.java (1.4): Added more
  228. JML specs
  229. 2004-07-07 11:36  marku
  230. * weka/core/: FastVector.java (1.11), Instances.java (1.57): Added
  231. more JML specs.
  232. 2004-07-02 14:17  akibriya
  233. * weka/gui/graphvisualizer/: LayoutCompleteEvent.java (1.2),
  234. LayoutCompleteEventListener.java (1.3), LayoutEngine.java (1.3):
  235. Fixed indentation so that the code is indented with just two spaces
  236. like the rest of WEKA classes. Also made the code to fit in 80
  237. column space.
  238. 2004-07-02 14:14  akibriya
  239. * weka/gui/graphvisualizer/: BIFFormatException.java (1.2),
  240. BIFParser.java (1.3), DotParser.java (1.2), GraphConstants.java
  241. (1.3), GraphEdge.java (1.2), GraphNode.java (1.2),
  242. GraphVisualizer.java (1.3), HierarchicalBCEngine.java (1.3): Fixed
  243. indentation so that the code is indented with just two spaces like
  244. the rest of WEKA classes. Also made the code to fit in 80 column
  245. space.
  246. 2004-06-30 17:50  marku
  247. * weka/core/SingleIndex.java (1.3): JML: removed the
  248. m_IndexString.equals("") specs that ESCJava/2 does not handle.
  249. 2004-06-30 17:48  marku
  250. * weka/core/Instance.java (1.17): JML: strengthened specs of
  251. insertAttributeAt, numValues and numAttributes
  252. 2004-06-30 17:46  marku
  253. * weka/core/Attribute.java (1.31): JML specs: note that copy
  254. returns an Attribute
  255. 2004-06-30 17:45  marku
  256. * weka/core/Utils.java (1.43): JML specs: noted that getOption
  257. never returns null
  258. 2004-06-30 10:27  marku
  259. * weka/core/Instances.java (1.56): Strengthened the specification
  260. of the relationName() query method and made m_RelationName spec
  261. public.
  262. Disabled the invariant of m_Attributes, because ESC/Java2 is
  263. checking it before several protected methods, when it is not true. 
  264. These should perhaps be labelled as 'helper' methods.
  265. 2004-06-30 10:19  eibe
  266. * weka/: classifiers/Evaluation.java (1.52),
  267. experiment/ClassifierSplitEvaluator.java (1.20): Committed patches
  268. provided by Julien Prados that add options to the
  269. ClassifierSplitEvaluator. These make it possible to output an
  270. instance identifier and predictions+expected target.
  271. 2004-06-29 12:54  marku
  272. * weka/core/SingleIndex.java (1.2): Added quite precise JML
  273. specifications.
  274. 2004-06-25 17:13  eibe
  275. * weka/: experiment/CSVResultListener.java (1.10),
  276. experiment/InstancesResultListener.java (1.8),
  277. gui/experiment/Experimenter.java (1.7),
  278. gui/experiment/ResultsPanel.java (1.28),
  279. gui/experiment/RunPanel.java (1.18),
  280. gui/experiment/SimpleSetupPanel.java (1.5): Madness averted, only
  281. just...
  282. 2004-06-24 17:34  eibe
  283. * weka/: experiment/CSVResultListener.java (1.9),
  284. experiment/Experiment.java (1.20),
  285. experiment/InstancesResultListener.java (1.7),
  286. gui/experiment/SimpleSetupPanel.java (1.4): The SimpleSetupPanel
  287. will now write to a temporary file if the file name is left blank.
  288. Unfortunately if will currently generate many more temporary files
  289. than necessary. This should be fixed at some stage.
  290. 2004-06-23 16:45  marku
  291. * weka/core/Instances.java (1.55): Made m_Attributes spec_public
  292. and strengthened some postconditions.
  293. 2004-06-23 10:31  marku
  294. * weka/core/Instances.java (1.54): Strengthened m_Attributes
  295. entries to be non-null
  296. 2004-06-22 17:21  eibe
  297. * weka/: experiment/PairedTTester.java (1.21),
  298. gui/experiment/ResultsPanel.java (1.27): Got rid off useless button
  299. in ResultsPanel.
  300. 2004-06-18 11:44  mhall
  301. * weka/associations/PriorEstimation.java (1.2): Made serializable
  302. 2004-06-18 11:33  mhall
  303. * weka/gui/beans/: Loader.java (1.9), LoaderCustomizer.java (1.6):
  304. Changed to use new interfaces in the converters package
  305. 2004-06-18 11:32  mhall
  306. * weka/core/converters/: ArffLoader.java (1.8), C45Loader.java
  307. (1.8), CSVLoader.java (1.8), SerializedInstancesLoader.java (1.8):
  308. Changed to use new interfaces
  309. 2004-06-18 11:32  mhall
  310. * weka/core/converters/: BatchLoader.java (1.3),
  311. IncrementalLoader.java (1.3): No longer needed - superceeded by
  312. Batch/IncrementalConverter
  313. 2004-06-18 11:29  mhall
  314. * weka/core/converters/: AbstractSaver.java (1.1), ArffSaver.java
  315. (1.1), BatchConverter.java (1.1), C45Saver.java (1.1),
  316. CSVSaver.java (1.1), FileSourcedConverter.java (1.1),
  317. IncrementalConverter.java (1.1), Saver.java (1.1),
  318. SerializedInstancesSaver.java (1.1): Initial import
  319. 2004-06-18 11:17  mhall
  320. * weka/: associations/classification/CARuleMiner.java (1.2),
  321. associations/classification/CarApriori.java (1.2),
  322. associations/classification/CarPredictiveApriori.java (1.2),
  323. classifiers/rules/car/JCBA.java (1.3),
  324. classifiers/rules/car/WeightedClassifier.java (1.2),
  325. gui/GenericObjectEditor.props (1.102),
  326. gui/experiment/AlgorithmListPanel.java (1.6),
  327. gui/explorer/ClassifierPanel.java (1.76): Some changes to allow
  328. easier editing of CAR mining properties
  329. 2004-06-17 10:48  eibe
  330. * weka/classifiers/meta/LogitBoost.java (1.32): Updated link to
  331. paper.
  332. 2004-06-17 08:11  eibe
  333. * weka/gui/explorer/PreprocessPanel.java (1.49): Eliminated some
  334. redundant code.
  335. 2004-06-17 08:11  eibe
  336. * weka/core/Range.java (1.12): Range now throws an exception if an
  337. index is too large.
  338. 2004-06-16 16:46  marku
  339. * weka/core/Utils.java (1.42): Disabled one JML declaration to
  340. avoid ESC/Java errors.
  341. 2004-06-15 16:14  marku
  342. * weka/core/: Attribute.java (1.30), FastVector.java (1.10),
  343. Instance.java (1.16), Instances.java (1.53), OptionHandler.java
  344. (1.7), Queue.java (1.7), Utils.java (1.41): Added JML (Java
  345. Modelling Language) specifications to some methods.  Queue.java has
  346. quite precise pre/postconditions, and the static   analysis tool
  347. ESCJava-2.0a6 passes with no warnings. The others mostly just have
  348. a few preconditions and pure/non_null decls.
  349. 2004-06-15 15:21  eibe
  350. * weka/filters/unsupervised/instance/Normalize.java (1.2): Fixed a
  351. couple of bugs affecting option settings and command-line
  352. use. Normalize.java
  353. 2004-06-15 14:22  mhall
  354. * weka/classifiers/rules/car/JCBA.java (1.2): Fixed a couple of tip
  355. texts
  356. 2004-06-15 14:16  mhall
  357. * weka/gui/GenericObjectEditor.props (1.101): Added CARs
  358. 2004-06-15 14:11  mhall
  359. * weka/classifiers/rules/car/: CarClassifier.java (1.1), JCBA.java
  360. (1.1), WeightedClassifier.java (1.1), utils/Stopwatch.java (1.1):
  361. Initial import
  362. 2004-06-15 14:07  mhall
  363. * weka/associations/: Apriori.java (1.17), Associator.java (1.5),
  364. ItemSet.java (1.9): Mods to accomodate CARs
  365. 2004-06-15 14:07  mhall
  366. * weka/associations/: AprioriItemSet.java (1.1),
  367. PredictiveApriori.java (1.1), PriorEstimation.java (1.1),
  368. RuleGeneration.java (1.1), RuleItem.java (1.1),
  369. classification/CARuleMiner.java (1.1),
  370. classification/CaRuleGeneration.java (1.1),
  371. classification/CarApriori.java (1.1),
  372. classification/CarPredictiveApriori.java (1.1),
  373. classification/CrList.java (1.1), classification/CrListElement.java
  374. (1.1), classification/CrNode.java (1.1), classification/CrTree.java
  375. (1.1), classification/JCBAPruning.java (1.1),
  376. classification/LabeledItemSet.java (1.1),
  377. classification/PrecedencePruning.java (1.1),
  378. classification/PruneCAR.java (1.1): Initial import
  379. 2004-06-11 16:58  eibe
  380. * weka/filters/supervised/attribute/NominalToBinary.java (1.3):
  381. Committed new version with Peter's extra option.
  382. 2004-06-11 16:43  eibe
  383. * weka/gui/explorer/ClassifierPanel.java (1.75): Can now output
  384. predictions for evaluation on training data, cross-validation, and
  385. train/test split
  386. 2004-06-11 15:48  eibe
  387. * weka/core/Instances.java (1.52): Deleted final modifier from
  388. methods and made all private methods protected.
  389. 2004-06-09 11:58  eibe
  390. * weka/classifiers/bayes/AODE.java (1.8): New version of AODE that
  391. deals correctly with missing values. (Janice Boughton)
  392. 2004-06-03 13:31  eibe
  393. * weka/classifiers/functions/: SMO.java (1.51), SMOreg.java (1.2):
  394. Fixed bug in output of sparse linear machines (class index was not
  395. dealt with correctly (thanks, Bernhard)).
  396. 2004-06-01 15:28  mhall
  397. * weka/gui/explorer/ClustererPanel.java (1.44): Fixed bug in
  398. classes to clusters evaluation that resulted from changes in the
  399. PreprocessPanel
  400. 2004-06-01 14:49  mhall
  401. * weka/gui/beans/: Classifier.java (1.14),
  402. ClassifierPerformanceEvaluator.java (1.8): Improvements to results
  403. output
  404. 2004-06-01 14:17  mhall
  405. * weka/gui/beans/: Classifier.java (1.13), GraphEvent.java (1.3),
  406. GraphViewer.java (1.6): GraphViewer now handles bayes net graphs,
  407. thanks to Stefan Mutter
  408. 2004-05-25 09:29  mhall
  409. * weka/build.xml (1.15): Missed out some bayes net subpackages in
  410. the doc target