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

工具条

开发平台:

Others

  1. Working file: weka/classifiers/Evaluation.java
  2. revision 1.19
  3. date: 1999/11/14 20:37:15;  author: eibe;  state: Exp;  lines: +3 -3
  4. Changed html tags to be properly nested.
  5. =============================================================================
  6. Working file: weka/classifiers/LinearRegression.java
  7. revision 1.6
  8. date: 1999/11/12 03:45:47;  author: mhall;  state: Exp;  lines: +11 -1
  9. Added method to return the number of coefficients in the model.
  10. =============================================================================
  11. Working file: weka/classifiers/LogitBoost.java
  12. revision 1.13
  13. date: 1999/11/11 02:48:08;  author: mhall;  state: Exp;  lines: +98 -6
  14. Added support for base classifiers that don't use weighted instances.
  15. =============================================================================
  16. Working file: weka/core/Attribute.java
  17. revision 1.8
  18. date: 1999/10/25 01:47:43;  author: trigg;  state: Exp;  lines: +2 -2
  19. - Ooops. Fixed bug introduced in the last change.
  20. ----------------------------
  21. revision 1.7
  22. date: 1999/10/22 06:16:17;  author: trigg;  state: Exp;  lines: +27 -3
  23. - added addStringValue, to facilitate programatic construction of
  24. datasets with String attributes. Also fixed a loophole in the
  25. constructor which could allow people to alter the set of nominal
  26. values (for nominal attributes after construction).
  27. =============================================================================
  28. Working file: weka/core/Instances.java
  29. revision 1.13
  30. date: 1999/10/22 06:34:07;  author: trigg;  state: Exp;  lines: +8 -4
  31. - Changed command-line behaviour so dataset can be read from System.in eg:
  32. some command | java weka.core.Instances
  33. =============================================================================
  34. Working file: weka/experiment/DatabaseUtils.java
  35. revision 1.5
  36. date: 1999/11/14 20:37:27;  author: eibe;  state: Exp;  lines: +2 -2
  37. Changed html tags to be properly nested.
  38. =============================================================================
  39. Working file: weka/experiment/InstanceQuery.java
  40. revision 1.3
  41. date: 1999/11/14 20:37:27;  author: eibe;  state: Exp;  lines: +2 -2
  42. Changed html tags to be properly nested.
  43. =============================================================================
  44. RCS file: /home/ml/cvsroot/weka/filters/Makefile,v
  45. revision 1.8
  46. date: 1999/10/25 08:32:46;  author: trigg;  state: Exp;  lines: +2 -1
  47. - Added ResampleFilter and adjusted Makefile accordingly.
  48. ----------------------------
  49. revision 1.7
  50. date: 1999/10/15 04:27:37;  author: eibe;  state: Exp;  lines: +1 -1
  51. NormalizationFilter was not included in the Makefile.
  52. =============================================================================
  53. Working file: weka/filters/ResampleFilter.java
  54. revision 1.2
  55. date: 1999/11/14 20:29:57;  author: eibe;  state: Exp;  lines: +4 -4
  56. Changed Java 1.2 class to nextInt() to 1.1 format.
  57. ----------------------------
  58. revision 1.1
  59. date: 1999/10/25 08:32:46;  author: trigg;  state: Exp;
  60. - Added ResampleFilter and adjusted Makefile accordingly.
  61. =============================================================================
  62. Working file: weka/gui/ResultHistoryPanel.java
  63. revision 1.9
  64. date: 1999/11/12 04:00:06;  author: mhall;  state: Exp;  lines: +2 -2
  65. Changed fonts to be Monospaced 12.
  66. ----------------------------
  67. revision 1.8
  68. date: 1999/10/27 02:33:43;  author: trigg;  state: Exp;  lines: +35 -7
  69. - Now can delete a result. Press delete key after selecting a list item.
  70. =============================================================================
  71. Working file: weka/gui/SetInstancesPanel.java
  72. revision 1.3
  73. date: 1999/10/20 21:35:18;  author: mhall;  state: Exp;  lines: +10 -1
  74. Modified so that most recently applied filters in the preprocess panel
  75. are also applied to any user supplied test sets in the classifier and
  76. cluster panels.
  77. =============================================================================
  78. Working file: weka/gui/SimpleCLI.java
  79. revision 1.2
  80. date: 1999/11/12 04:00:06;  author: mhall;  state: Exp;  lines: +2 -2
  81. Changed fonts to be Monospaced 12.
  82. =============================================================================
  83. Working file: weka/gui/experiment/ResultsPanel.java
  84. revision 1.8
  85. date: 1999/11/12 04:00:38;  author: mhall;  state: Exp;  lines: +2 -2
  86. Changed fonts to be Monospaced 12.
  87. =============================================================================
  88. Working file: weka/gui/experiment/SetupPanel.java
  89. revision 1.8
  90. date: 1999/11/12 04:00:39;  author: mhall;  state: Exp;  lines: +4 -1
  91. Changed fonts to be Monospaced 12.
  92. =============================================================================
  93. Working file: weka/gui/explorer/AssociationsPanel.java
  94. revision 1.7
  95. date: 1999/11/12 04:00:51;  author: mhall;  state: Exp;  lines: +2 -2
  96. Changed fonts to be Monospaced 12.
  97. =============================================================================
  98. Working file: weka/gui/explorer/AttributeSelectionPanel.java
  99. revision 1.7
  100. date: 1999/11/12 04:00:51;  author: mhall;  state: Exp;  lines: +2 -2
  101. Changed fonts to be Monospaced 12.
  102. =============================================================================
  103. Working file: weka/gui/explorer/ClassifierPanel.java
  104. revision 1.19
  105. date: 1999/11/14 23:10:16;  author: mhall;  state: Exp;  lines: +13 -1
  106. Added some progress status for when a classifier is testing.
  107. ----------------------------
  108. revision 1.18
  109. date: 1999/11/12 04:00:51;  author: mhall;  state: Exp;  lines: +2 -2
  110. Changed fonts to be Monospaced 12.
  111. ----------------------------
  112. revision 1.17
  113. date: 1999/10/26 02:37:52;  author: trigg;  state: Exp;  lines: +14 -4
  114. - Added an option to output entropy statistics.
  115. ----------------------------
  116. revision 1.16
  117. date: 1999/10/20 21:35:36;  author: mhall;  state: Exp;  lines: +80 -4
  118. Modified so that most recently applied filters in the preprocess panel
  119. are also applied to any user supplied test sets in the classifier and
  120. cluster panels.
  121. =============================================================================
  122. Working file: weka/gui/explorer/ClustererPanel.java
  123. revision 1.9
  124. date: 1999/11/12 04:00:51;  author: mhall;  state: Exp;  lines: +2 -2
  125. Changed fonts to be Monospaced 12.
  126. ----------------------------
  127. revision 1.8
  128. date: 1999/10/20 21:35:37;  author: mhall;  state: Exp;  lines: +79 -4
  129. Modified so that most recently applied filters in the preprocess panel
  130. are also applied to any user supplied test sets in the classifier and
  131. cluster panels.
  132. =============================================================================
  133. Working file: weka/gui/explorer/Explorer.java
  134. revision 1.9
  135. date: 1999/10/20 21:35:36;  author: mhall;  state: Exp;  lines: +8 -1
  136. Modified so that most recently applied filters in the preprocess panel
  137. are also applied to any user supplied test sets in the classifier and
  138. cluster panels.
  139. ----------------------------
  140. revision 1.8
  141. date: 1999/10/17 22:57:42;  author: mhall;  state: Exp;  lines: +2 -2
  142. Changed "Select Features" to "Select Attributes"
  143. =============================================================================
  144. Working file: weka/gui/explorer/PreprocessPanel.java
  145. revision 1.11
  146. date: 1999/10/20 21:35:35;  author: mhall;  state: Exp;  lines: +32 -2
  147. Modified so that most recently applied filters in the preprocess panel
  148. are also applied to any user supplied test sets in the classifier and
  149. cluster panels.
  150. ----------------------------
  151. revision 1.10
  152. date: 1999/10/19 22:38:34;  author: mhall;  state: Exp;  lines: +3 -2
  153. Fixed bug that prevented working instances from being saved to a file.
  154. =============================================================================
  155. Working file: weka/gui/explorer/VisualizePanel.java
  156. revision 1.8
  157. date: 1999/11/12 04:00:52;  author: mhall;  state: Exp;  lines: +47 -21
  158. Changed fonts to be Monospaced 12.
  159. ----------------------------
  160. revision 1.7
  161. date: 1999/11/09 00:57:55;  author: mhall;  state: Exp;  lines: +17 -9
  162. Fixed bug in instance info for cluster visualization.
  163. ----------------------------
  164. revision 1.6
  165. date: 1999/10/22 02:17:04;  author: mhall;  state: Exp;  lines: +365 -98
  166. Now displays a legend for nominal colouring attributes. Legend has been moved
  167. to a seperate panel below the plot panel.
  168. =============================================================================