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

工具条

开发平台:

Others

  1. Working file: weka/Makefile
  2. ----------------------------
  3. revision 1.13
  4. date: 1999/10/06 00:46:33;  author: eibe;  state: Exp;  lines: +6 -2
  5. Makefile now puts link to Weka homepage into the on-line docs.
  6. =============================================================================
  7. Working file: weka/attributeSelection/AttributeSelection.java
  8. Working file: weka/attributeSelection/ExhaustiveSearch.java
  9. Working file: weka/attributeSelection/ForwardSelection.java
  10. Working file: weka/attributeSelection/GeneticSearch.java
  11. Working file: weka/attributeSelection/RandomSearch.java
  12. Working file: weka/attributeSelection/Ranker.java
  13. Working file: weka/attributeSelection/StartSetHandler.java
  14. ----------------------------
  15. date: 1999/10/05 23:02:09;  author: mhall;  state: Exp;  lines: +5 -5
  16. Doc fix
  17. =============================================================================
  18. Working file: weka/classifiers/CheckClassifier.java
  19. ----------------------------
  20. revision 1.8
  21. date: 1999/09/22 08:21:01;  author: trigg;  state: Exp;  lines: +115 -1
  22. - Added checks for whether the classifier looks at test class vals.
  23. =============================================================================
  24. Working file: weka/classifiers/CostMatrix.java
  25. ----------------------------
  26. revision 1.2
  27. date: 1999/10/01 09:32:42;  author: trigg;  state: Exp;  lines: +13 -3
  28. - Added a copy constructor
  29. =============================================================================
  30. Working file: weka/classifiers/Evaluation.java
  31. ----------------------------
  32. revision 1.18
  33. date: 1999/10/01 09:33:42;  author: trigg;  state: Exp;  lines: +19 -26
  34. - Made costs appear in confusion matrix, consolidated the
  35. Evaluation constructors.
  36. ----------------------------
  37. revision 1.17
  38. date: 1999/09/23 09:51:53;  author: trigg;  state: Exp;  lines: +2 -1
  39. - Ooops, my last fix was broken. All better now :-)
  40. ----------------------------
  41. revision 1.16
  42. date: 1999/09/22 08:21:37;  author: trigg;  state: Exp;  lines: +4 -3
  43. - Fixed bug in equals()
  44. =============================================================================
  45. Working file: weka/classifiers/HyperPipes.java
  46. ----------------------------
  47. revision 1.4
  48. date: 1999/10/01 01:31:03;  author: trigg;  state: Exp;  lines: +10 -13
  49. - Made the classifier a DistributionClassifier
  50. =============================================================================
  51. Working file: weka/classifiers/NaiveBayes.java
  52. ----------------------------
  53. revision 1.6
  54. date: 1999/09/22 08:34:20;  author: trigg;  state: Exp;  lines: +48 -21
  55. - Made it so that NaiveBayes can be used Updateable for really big datasets.
  56. =============================================================================
  57. Working file: weka/classifiers/SMO.java
  58. ----------------------------
  59. revision 1.6
  60. date: 1999/10/06 07:28:41;  author: eibe;  state: Exp;  lines: +68 -18
  61. Scaled instead of unscaled polynomial kernels.
  62. Textual output of classifiers was incorrect: threshold was added instead
  63. of subtracted.
  64. Bug in special case of optimization loop.
  65. =============================================================================
  66. Working file: weka/clusterers/ClusterEvaluation.java
  67. ----------------------------
  68. revision 1.7
  69. date: 1999/10/13 03:13:07;  author: mhall;  state: Exp;  lines: +14 -12
  70. Changed so that original cluster numbers from the Cobweb tree are displayed
  71. in the clustering summary info.
  72. =============================================================================
  73. Working file: weka/clusterers/Cobweb.java
  74. ----------------------------
  75. revision 1.6
  76. date: 1999/10/13 03:13:07;  author: mhall;  state: Exp;  lines: +3 -1
  77. Changed so that original cluster numbers from the Cobweb tree are displayed
  78. in the clustering summary info.
  79. =============================================================================
  80. Working file: weka/core/Attribute.java
  81. ----------------------------
  82. revision 1.6
  83. date: 1999/09/22 08:20:21;  author: trigg;  state: Exp;  lines: +12 -8
  84. - Fixed bug in equals()
  85. =============================================================================
  86. Working file: weka/filters/NormalizationFilter.java
  87. ----------------------------
  88. revision 1.1
  89. date: 1999/10/06 23:55:22;  author: eibe;  state: Exp;
  90. branches:  1.1.2;
  91. Normalizes all numeric attributes to [0,1].
  92. =============================================================================
  93. Working file: weka/gui/GenericObjectEditor.props
  94. ----------------------------
  95. revision 1.5
  96. date: 1999/10/07 03:51:35;  author: mhall;  state: Exp;  lines: +2 -1
  97. Added the NormalizationFilter
  98. =============================================================================
  99. Working file: weka/gui/ResultHistoryPanel.java
  100. ----------------------------
  101. revision 1.7
  102. date: 1999/10/13 02:41:14;  author: mhall;  state: Exp;  lines: +18 -2
  103. Added getSelectedBuffer method.
  104. =============================================================================
  105. Working file: weka/gui/experiment/DatasetListPanel.java
  106. Working file: weka/gui/experiment/GeneratorPropertyIteratorPanel.java
  107. Working file: weka/gui/experiment/ResultsPanel.java
  108. Working file: weka/gui/experiment/RunPanel.java
  109. Working file: weka/gui/experiment/SetupPanel.java
  110. ----------------------------
  111. date: 1999/10/10 22:26:17;  author: mhall;  state: Exp;  lines: +17 -4
  112. Changed spacing of buttons etc. to match those used in experimenter.
  113. =============================================================================
  114. Working file: weka/gui/explorer/AssociationsPanel.java
  115. Working file: weka/gui/explorer/AttributeSelectionPanel.java
  116. Working file: weka/gui/explorer/ClustererPanel.java
  117. ----------------------------
  118. date: 1999/10/12 02:56:47;  author: mhall;  state: Exp;  lines: +56 -4
  119. Added a "Save Output" button.
  120. =============================================================================
  121. Working file: weka/gui/explorer/ClassifierPanel.java
  122. ----------------------------
  123. revision 1.15
  124. date: 1999/10/12 02:56:46;  author: mhall;  state: Exp;  lines: +54 -8
  125. Added a "Save Output" button.
  126. ----------------------------
  127. revision 1.14
  128. date: 1999/10/01 09:34:46;  author: trigg;  state: Exp;  lines: +69 -19
  129. - Added the ability to evaluate w.r.t a cost matrix, and some other
  130. minor tidying.
  131. =============================================================================
  132. Working file: weka/gui/explorer/PreprocessPanel.java
  133. ----------------------------
  134. revision 1.9
  135. date: 1999/10/13 02:42:19;  author: mhall;  state: Exp;  lines: +5 -4
  136. Slight cosmetic touch up.
  137. ----------------------------
  138. revision 1.8
  139. date: 1999/10/10 05:56:37;  author: mhall;  state: Exp;  lines: +112 -2
  140. Added "Open DB" button.
  141. =============================================================================
  142. Working file: weka/gui/explorer/VisualizePanel.java
  143. ----------------------------
  144. revision 1.5
  145. date: 1999/10/14 22:21:06;  author: mhall;  state: Exp;  lines: +177 -40
  146. Changed so that nominal attribute values are displayed.
  147. =============================================================================