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

工具条

开发平台:

Others

  1. 2001-07-06 12:56  mhall
  2. * weka/experiment/Stats.java (1.8): Added method to subtract a
  3. value n times.
  4. 2001-07-06 12:52  mhall
  5. * weka/gui/explorer/ClustererPanel.java (1.31): Added support for
  6. visualizing the trees that Cobweb can now produce.
  7. 2001-07-06 12:50  mhall
  8. * weka/clusterers/Cobweb.java (1.11): Complete rewrite.
  9. 2001-07-06 12:26  eibe
  10. * weka/Makefile (1.33): Modified javadoc generation to put link to
  11. our homepage on packages page.
  12. 2001-07-06 11:33  eibe
  13. * weka/gui/GenericObjectEditor.props (1.38): Added
  14. StringToWordVectorFilter to GenericObjectEditor.props.
  15. 2001-07-06 11:31  eibe
  16. * weka/filters/Makefile (1.20): Added StringToWordVectorFilter to
  17. Makefile.
  18. 2001-07-04 15:08  rkirkby
  19. * weka/core/Instances.java (1.33): Added check for unknown string
  20. in renameAttributeValue().
  21. 2001-07-04 15:07  rkirkby
  22. * weka/core/Attribute.java (1.22): More fixes to handling of
  23. compressed strings & hashtable.
  24. 2001-07-04 15:03  mhall
  25. * weka/: classifiers/Makefile (1.26), gui/GenericObjectEditor.props
  26. (1.37): Added OrdinalClassClassifier
  27. 2001-07-04 15:02  mhall
  28. * weka/classifiers/OrdinalClassClassifier.java (1.1): Initial
  29. import.
  30. 2001-07-04 11:26  eibe
  31. * weka/classifiers/Logistic.java (1.13): Made a couple of cosmetic
  32. changes.
  33. 2001-07-04 10:51  rkirkby
  34. * weka/core/Attribute.java (1.21): Fixed compression of long
  35. nominal labels.
  36. 2001-06-18 15:19  rkirkby
  37. * weka/core/Attribute.java (1.20): Restored behaviour of
  38. indexOfValue() to return -1 if value is not found.
  39. 2001-06-01 16:01  rkirkby
  40. * weka/: classifiers/Makefile (1.25), gui/GenericObjectEditor.props
  41. (1.36): Added LeastMedSq classifier.
  42. 2001-06-01 16:00  rkirkby
  43. * weka/classifiers/LeastMedSq.java (1.1): Initial import.
  44. 2001-05-24 11:39  rkirkby
  45. * weka/classifiers/adtree/PredictionNode.java (1.2): Fixed a
  46. merging bug that caused to ordering of nodes to be incorrect.
  47. 2001-05-22 17:23  eibe
  48. * weka/filters/SplitDatasetFilter.java (1.12): Selection of
  49. instances using -R was broken.
  50. 2001-04-24 12:12  trigg
  51. * weka/gui/explorer/PreprocessPanel.java (1.24): Added an
  52. explanatory message when trying to use a filter that requires a
  53. class attribute be set.
  54. 2001-04-23 16:58  rkirkby
  55. * weka/: classifiers/Makefile (1.24), gui/GenericObjectEditor.props
  56. (1.35): Added Cleanser meta-classifier.
  57. 2001-04-23 16:57  rkirkby
  58. * weka/classifiers/Cleanser.java (1.1): Initial import.
  59. 2001-04-23 15:37  rkirkby
  60. * weka/classifiers/adtree/ADTree.java (1.2): Added Bernhard as an
  61. author, and fixed a few comments.
  62. 2001-04-23 15:11  rkirkby
  63. * weka/classifiers/neural/NeuralNode.java (1.3): General
  64. improvements.
  65. 2001-04-23 15:10  rkirkby
  66. * weka/classifiers/neural/NeuralNetwork.java (1.5): Added
  67. toString() method and other general improvements.
  68. 2001-04-05 17:20  eibe
  69. * weka/filters/DiscretizeFilter.java (1.16): Implemented equal
  70. frequency binning and got rid of a bug in the option handling.
  71. 2001-04-05 10:20  rkirkby
  72. * weka/clusterers/EM.java (1.14): Improved error output for when an
  73. instance has zero cluster memberships.
  74. 2001-04-03 16:10  rkirkby
  75. * weka/gui/GenericObjectEditor.props (1.34): Added ADTree.
  76. 2001-04-03 16:09  rkirkby
  77. * weka/Makefile (1.32): Added adtree package.
  78. 2001-04-03 16:09  rkirkby
  79. * weka/classifiers/Makefile (1.23): Added adtree package +
  80. IterativeClassifier interface.
  81. 2001-04-03 16:05  rkirkby
  82. * weka/classifiers/adtree/: PredictionNode.java (1.1),
  83. ReferenceInstances.java (1.1), Splitter.java (1.1),
  84. TwoWayNominalSplit.java (1.1), TwoWayNumericSplit.java (1.1),
  85. Makefile (1.1): Initial import
  86. 2001-04-03 16:01  rkirkby
  87. * weka/classifiers/: IterativeClassifier.java (1.1),
  88. adtree/ADTree.java (1.1): Initial import
  89. 2001-04-03 15:28  rkirkby
  90. * weka/core/Instances.java (1.32): Made private member variables
  91. protected.
  92. 2001-04-03 10:10  eibe
  93. * weka/core/Attribute.java (1.19): Made indexOfValue throw a proper
  94. Exception if value not found
  95. 2001-04-02 14:29  eibe
  96. * weka/classifiers/Evaluation.java (1.42): Fixed kappa statistic so
  97. that it works if there is just one class in the test data.
  98. 2001-03-30 10:45  rbk1
  99. * weka/gui/explorer/ClassifierPanel.java (1.45): Added output in
  100. the result buffer displaying the real time elapsed that it took to
  101. build the full model.
  102. 2001-03-30 10:42  rbk1
  103. * weka/experiment/RegressionSplitEvaluator.java (1.13): Added new
  104. measures returning the time spent training and the time spent
  105. testing the classifier.
  106. 2001-03-30 10:37  rbk1
  107. * weka/experiment/ClassifierSplitEvaluator.java (1.14): Added new
  108. measures returning the time spent training and the time spent
  109. testing the classifier.
  110. 2001-03-30 10:35  rbk1
  111. * weka/classifiers/Evaluation.java (1.41): Added output of the real
  112. time elapsed that it took for the model to be trained, and for the
  113. model to be tested on the training data.
  114. 2001-03-30 10:31  rbk1
  115. * weka/classifiers/CostSensitiveClassifier.java (1.10): Allowed
  116. classifiers to be graphed through the Drawable interface (if
  117. possible).
  118. 2001-03-30 09:53  rbk1
  119. * weka/classifiers/j48/J48.java (1.22): Minor documentation fix.
  120. 2001-03-29 12:02  mhall
  121. * weka/attributeSelection/Makefile (1.14): Added ExhaustiveSearch
  122. to the Makefile.
  123. 2001-03-28 17:31  mhall
  124. * weka/clusterers/ClusterEvaluation.java (1.18): Wrapped all
  125. FileReaders in BufferedReaders. Speeds up I/O. Thanks to Bernhard
  126. Pfahringer for noticing and rectifying.
  127. 2001-03-27 15:11  rbk1
  128. * weka/core/Utils.java (1.30): Made the stableSort method treat
  129. Double.NaN as Double.MAX_VALUE
  130. 2001-03-26 17:19  mhall
  131. * weka/experiment/InstanceQuery.java (1.11): Fixed bug that
  132. prevented retreiveInstances from working properly with the odbc
  133. driver for MS Access.
  134. 2001-03-23 16:10  mhall
  135. * weka/gui/visualize/Plot2D.java (1.16): Fixed bug that caused some
  136. lines to be drawn when visualizing classifier errors.
  137. 2001-03-20 10:32  rbk1
  138. * weka/: classifiers/Evaluation.java (1.40),
  139. clusterers/ClusterEvaluation.java (1.17): Extended -p option to
  140. allow desired attribute values to be output along with the
  141. predictions.
  142. 2001-03-16 11:11  eibe
  143. * weka/filters/Makefile (1.19): Fixed makefile to process
  144. AttributeExpressionFilter
  145. 2001-03-16 10:56  rbk1
  146. * weka/clusterers/: EM.java (1.13), SimpleKMeans.java (1.6):
  147. Options documentation fix.