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

工具条

开发平台:

Others

  1. 2003-11-12 11:39  eibe
  2. * weka/classifiers/meta/Bagging.java (1.25): Changed bagging so
  3. that weights are properly taken into account even if out-of-bag
  4. error is calculated.
  5. 2003-11-12 11:07  eibe
  6. * weka/classifiers/functions/LeastMedSq.java (1.8): Behaviour of
  7. RemoveRange has changed.
  8. 2003-11-12 11:00  mhall
  9. * weka/gui/beans/FilterBeanInfo.java (1.3): Javadoc fix
  10. 2003-11-12 10:13  eibe
  11. * weka/classifiers/: meta/CVParameterSelection.java (1.21),
  12. trees/RandomTree.java (1.5): Two tiny changes.
  13. 2003-11-11 18:29  eibe
  14. * weka/classifiers/functions/supportVector/SMOreg.java (1.3):
  15. Another try.
  16. 2003-11-11 17:38  eibe
  17. * weka/classifiers/meta/CVParameterSelection.java (1.20): Fixed
  18. problem resulting in multiple entries in results table when
  19. Experimenter is used.
  20. 2003-11-11 16:38  akibriya
  21. * weka/gui/experiment/AlgorithmListPanel.java (1.5): Added support
  22. for GenericArrayEditor to be able to use "Object[]" objects.
  23. 2003-11-11 16:35  eibe
  24. * weka/classifiers/meta/StackingC.java (1.4): Fixed problem
  25. resulting from changing Range.java
  26. 2003-11-11 16:32  akibriya
  27. * weka/gui/: beans/FilterCustomizer.java (1.4),
  28. explorer/AttributeSelectionPanel.java (1.28): Added support for
  29. GenericArrayEditor to be able to use "Object[]" objects.
  30. 2003-11-11 16:26  akibriya
  31. * weka/gui/beans/LoaderCustomizer.java (1.3): Added support for
  32. GenericArrayEditor to be able to use "Object[]" objects.
  33. 2003-11-11 16:18  akibriya
  34. * weka/: classifiers/trees/UserClassifier.java (1.15),
  35. gui/beans/ClassifierCustomizer.java (1.5): Added support for
  36. GenericArrayEditor to be able to use "Object[]" objects.
  37. 2003-11-11 16:04  akibriya
  38. * weka/gui/experiment/SetupPanel.java (1.21): Added support for
  39. GenericArrayEditor to be able to use "Object[]" objects.
  40. 2003-11-11 15:17  eibe
  41. * weka/classifiers/functions/Logistic.java (1.30): Made some small
  42. changes hoping to improve speed (but they didn't really help.
  43. 2003-11-10 18:26  eibe
  44. * weka/filters/unsupervised/attribute/StringToWordVector.java
  45. (1.5): Fixed bug due to new behaviour of Range.java.
  46. 2003-11-10 18:13  eibe
  47. * weka/classifiers/meta/: CVParameterSelection.java (1.19),
  48. OrdinalClassClassifier.java (1.9), RegressionByDiscretization.java
  49. (1.20): Fixed a couple of bugs.
  50. 2003-11-10 18:13  eibe
  51. * weka/filters/Filter.java (1.22): Fixed bug in Filter.
  52. bufferInstance() changed pointer to dataset before the instance was
  53. copied.
  54. 2003-11-10 17:34  eibe
  55. * weka/filters/unsupervised/attribute/RemoveType.java (1.4): Fixed
  56. bug.
  57. 2003-11-10 17:05  eibe
  58. * weka/filters/unsupervised/attribute/Remove.java (1.3): Fixed bug.
  59. 2003-11-10 16:13  eibe
  60. * weka/classifiers/: DistributionClassifier.java (1.6),
  61. meta/DistributionMetaClassifier.java (1.9): Forgot to actually
  62. remove DistributionClassifier and DistributionMetaClassifier.
  63. 2003-11-10 15:20  eibe
  64. * weka/: attributeSelection/ClassifierSubsetEval.java (1.10),
  65. classifiers/CheckClassifier.java (1.15),
  66. classifiers/Classifier.java (1.9), classifiers/Evaluation.java
  67. (1.48), classifiers/bayes/AODE.java (1.6),
  68. classifiers/bayes/BayesNet.java (1.10),
  69. classifiers/bayes/NaiveBayes.java (1.14),
  70. classifiers/bayes/NaiveBayesMultinomial.java (1.5),
  71. classifiers/bayes/NaiveBayesSimple.java (1.11),
  72. classifiers/evaluation/CostCurve.java (1.6),
  73. classifiers/evaluation/EvaluationUtils.java (1.8),
  74. classifiers/evaluation/MarginCurve.java (1.8),
  75. classifiers/evaluation/ThresholdCurve.java (1.17),
  76. classifiers/functions/Logistic.java (1.29),
  77. classifiers/functions/SimpleLogistic.java (1.4),
  78. classifiers/functions/VotedPerceptron.java (1.16),
  79. classifiers/functions/neural/NeuralNetwork.java (1.11),
  80. classifiers/functions/supportVector/SMO.java (1.2),
  81. classifiers/lazy/IBk.java (1.28), classifiers/lazy/LBR.java (1.4),
  82. classifiers/lazy/LWL.java (1.8), classifiers/lazy/kstar/KStar.java
  83. (1.13), classifiers/meta/AdaBoostM1.java (1.18),
  84. classifiers/meta/AttributeSelectedClassifier.java (1.13),
  85. classifiers/meta/Bagging.java (1.24),
  86. classifiers/meta/ClassificationViaRegression.java (1.16),
  87. classifiers/meta/CostSensitiveClassifier.java (1.16),
  88. classifiers/meta/FilteredClassifier.java (1.18),
  89. classifiers/meta/Grading.java (1.2),
  90. classifiers/meta/LogitBoost.java (1.27),
  91. classifiers/meta/MultiBoostAB.java (1.3),
  92. classifiers/meta/MultiClassClassifier.java (1.33),
  93. classifiers/meta/MultiScheme.java (1.13),
  94. classifiers/meta/OrdinalClassClassifier.java (1.8),
  95. classifiers/meta/RacedIncrementalLogitBoost.java (1.3),
  96. classifiers/meta/RandomCommittee.java (1.2),
  97. classifiers/meta/RegressionByDiscretization.java (1.19),
  98. classifiers/meta/Stacking.java (1.17),
  99. classifiers/meta/StackingC.java (1.3),
  100. classifiers/meta/ThresholdSelector.java (1.27),
  101. classifiers/meta/Vote.java (1.3), classifiers/misc/HyperPipes.java
  102. (1.14), classifiers/misc/VFI.java (1.9),
  103. classifiers/rules/ConjunctiveRule.java (1.8),
  104. classifiers/rules/DecisionTable.java (1.26),
  105. classifiers/rules/JRip.java (1.11), classifiers/rules/ZeroR.java
  106. (1.9), classifiers/rules/part/PART.java (1.19),
  107. classifiers/trees/DecisionStump.java (1.17),
  108. classifiers/trees/Id3.java (1.10), classifiers/trees/REPTree.java
  109. (1.14), classifiers/trees/RandomForest.java (1.4),
  110. classifiers/trees/RandomTree.java (1.4),
  111. classifiers/trees/UserClassifier.java (1.14),
  112. classifiers/trees/adtree/ADTree.java (1.7),
  113. classifiers/trees/j48/J48.java (1.27),
  114. classifiers/trees/lmt/LMT.java (1.5),
  115. classifiers/trees/lmt/LogisticBase.java (1.2),
  116. gui/GenericObjectEditor.props (1.85),
  117. gui/beans/BatchClassifierEvent.java (1.2),
  118. gui/beans/IncrementalClassifierEvaluator.java (1.6),
  119. gui/beans/IncrementalClassifierEvent.java (1.3),
  120. gui/beans/PredictionAppender.java (1.2),
  121. gui/boundaryvisualizer/BoundaryPanel.java (1.18),
  122. gui/boundaryvisualizer/BoundaryPanelDistributed.java (1.4),
  123. gui/boundaryvisualizer/BoundaryVisualizer.java (1.12),
  124. gui/boundaryvisualizer/RemoteBoundaryVisualizerSubTask.java (1.2),
  125. gui/experiment/AlgorithmListPanel.java (1.4),
  126. gui/experiment/SetupPanel.java (1.20),
  127. gui/explorer/AttributeSelectionPanel.java (1.27),
  128. gui/explorer/ClassifierPanel.java (1.67): DistributionClassifier is
  129. gone. Every classifier implments distributionForInstance() now. The
  130. advantages simply outweigh the disadvantages.
  131. 2003-11-10 12:20  eibe
  132. * weka/classifiers/meta/AdditiveRegression.java (1.12): Made 10
  133. default number of max. iterations. No longer deletes last model
  134. generated. Outputs full description of classifier.
  135. 2003-11-10 11:47  akibriya
  136. * weka/gui/PropertySheetPanel.java (1.14): Now displays an error
  137. dialog box if an exception occurs in changing a beans property,
  138. instead of just outputting the warning to stdout.
  139. 2003-11-10 11:42  akibriya
  140. * weka/gui/PropertyText.java (1.6): Made the textfield to be blank
  141. rather than displaying null if the editor of the text property
  142. returns null.
  143. 2003-11-10 11:37  akibriya
  144. * weka/gui/explorer/ClassifierPanel.java (1.66): Added support for
  145. GenericArrayEditor to be able to use "Object[]" objects.
  146. 2003-11-10 11:33  akibriya
  147. * weka/classifiers/meta/CVParameterSelection.java (1.18): Can use
  148. the -P option from gui now.
  149. 2003-11-10 09:51  eibe
  150. * weka/: attributeSelection/SVMAttributeEval.java (1.16),
  151. classifiers/functions/neural/NeuralNode.java (1.5),
  152. classifiers/meta/ClassificationViaRegression.java (1.15),
  153. classifiers/meta/MultiClassClassifier.java (1.32),
  154. classifiers/meta/OrdinalClassClassifier.java (1.7),
  155. classifiers/meta/StackingC.java (1.2), core/Range.java (1.11),
  156. core/SingleIndex.java (1.1),
  157. filters/unsupervised/attribute/AddNoise.java (1.2),
  158. filters/unsupervised/attribute/MakeIndicator.java (1.2),
  159. filters/unsupervised/attribute/MergeTwoValues.java (1.2),
  160. filters/unsupervised/attribute/StringToNominal.java (1.3),
  161. filters/unsupervised/attribute/SwapValues.java (1.2),
  162. filters/unsupervised/instance/RemovePercentage.java (1.3),
  163. filters/unsupervised/instance/RemoveRange.java (1.2),
  164. filters/unsupervised/instance/RemoveWithValues.java (1.3): Indices
  165. now start from 1 for (hopefully) all filters. Changed default
  166. behaviour of Remove...java filters in unsupervised.instances.
  167. Changed some meta classifiers accordingly.
  168. 2003-11-07 19:54  mhall
  169. * weka/classifiers/meta/AttributeSelectedClassifier.java (1.12):
  170. Changed toString to say something sensible if attribute selection
  171. is not possible.
  172. 2003-11-07 18:20  eibe
  173. * weka/classifiers/trees/REPTree.java (1.13): REPTree now backfits
  174. the pruning data once the tree has been pruned.
  175. 2003-11-07 17:02  mhall
  176. * weka/attributeSelection/GeneticSearch.java (1.14): Fixed some
  177. bugs related to pathological data sets
  178. 2003-11-07 17:00  mhall
  179. * weka/classifiers/meta/AttributeSelectedClassifier.java (1.11):
  180. Now handles data sets with no instances and all missing class
  181. values
  182. 2003-11-07 15:53  eibe
  183. * weka/: classifiers/functions/supportVector/SMOreg.java (1.2),
  184. filters/unsupervised/attribute/Normalize.java (1.2),
  185. filters/unsupervised/attribute/RemoveType.java (1.3),
  186. filters/unsupervised/attribute/ReplaceMissingValues.java (1.2),
  187. filters/unsupervised/attribute/Standardize.java (1.2): Made some
  188. filters ignore the class attribute. Had to change SMOreg
  189. accordingly. Will the change to SMOreg affect results?
  190. 2003-11-07 14:40  eibe
  191. * weka/: classifiers/meta/RegressionByDiscretization.java (1.18),
  192. filters/unsupervised/attribute/Discretize.java (1.3): Discretize
  193. should skip class if set. Bug fix in debug output for
  194. RegressionViaDiscretization.
  195. 2003-11-07 13:10  eibe
  196. * weka/: classifiers/DistributionSequentialClassifier.java (1.2),
  197. classifiers/SequentialClassifier.java (1.2),
  198. classifiers/SequentialEvaluation.java (1.2),
  199. classifiers/meta/RSW.java (1.2),
  200. classifiers/meta/SeqCVParameterSelection.java (1.2),
  201. core/Instances.java (1.46), filters/Windowise.java (1.2): Removed
  202. the RSW-related code from the repository. It's a bit too
  203. experimental at this stage (and it should be in a separate package
  204. anyway, not in the classifiers package).
  205. 2003-11-06 18:00  eibe
  206. * weka/classifiers/bayes/AODE.java (1.5): Made AODE a proper
  207. WeightedInstancesHandler.
  208. 2003-11-05 16:55  eibe
  209. * weka/: classifiers/meta/AdditiveRegression.java (1.11),
  210. classifiers/meta/AttributeSelectedClassifier.java (1.10),
  211. classifiers/meta/CVParameterSelection.java (1.17),
  212. classifiers/meta/FilteredClassifier.java (1.17),
  213. classifiers/meta/MultiClassClassifier.java (1.31),
  214. classifiers/meta/MultiScheme.java (1.12),
  215. classifiers/meta/OrdinalClassClassifier.java (1.6),
  216. classifiers/meta/Stacking.java (1.16), classifiers/meta/Vote.java
  217. (1.2), classifiers/trees/DecisionStump.java (1.16),
  218. classifiers/trees/REPTree.java (1.12),
  219. classifiers/trees/RandomTree.java (1.3), core/Instances.java
  220. (1.45): Fixed several little bugs and made options a bit more
  221. consistent.
  222. 2003-11-04 17:02  eibe
  223. * weka/classifiers/misc/: HyperPipes.java (1.13), VFI.java (1.8):
  224. Fixed some bugs.
  225. 2003-10-31 18:59  eibe
  226. * weka/classifiers/lazy/kstar/KStar.java (1.12): KStar was never
  227. actually a WeightedInstancesHandler. It also didn't initialize
  228. correctly.
  229. 2003-10-31 18:48  eibe
  230. * weka/classifiers/trees/lmt/LMT.java (1.4): Put in some checks for
  231. CheckClassifier. Also changed indentation.
  232. 2003-10-31 18:45  eibe
  233. * weka/classifiers/trees/RandomTree.java (1.2): Put some checks
  234. into RandomTree (for CheckClassifier).
  235. 2003-10-31 18:39  eibe
  236. * weka/classifiers/trees/DecisionStump.java (1.15): Put in some
  237. checks for CheckClassifier. Also replaced Utils.sm(), Utils.gr(),
  238. etc. by <,>.
  239. 2003-10-31 17:52  eibe
  240. * weka/classifiers/functions/SimpleLogistic.java (1.3): Added check
  241. for 100% missing class values.
  242. 2003-10-30 17:49  eibe
  243. * weka/classifiers/rules/Nnge.java (1.2): toString() didn't work if
  244. classifier wasn't built. Classifier altered training data according
  245. to CheckClassifier. Fixed.
  246. 2003-10-29 10:02  mhall
  247. * weka/gui/explorer/ClustererPanel.java (1.41): Made
  248. setVisualizableInstances into a publicly available utility method
  249. 2003-10-29 10:01  mhall
  250. * weka/gui/beans/: AbstractDataSource.java (1.2), Loader.java
  251. (1.4): Made bean context aware
  252. 2003-10-28 14:12  eibe
  253. * weka/gui/GenericObjectEditor.props (1.84): Removed XMeans
  254. (temporarily?) in preparation for a stable release.
  255. 2003-10-28 14:10  eibe
  256. * weka/: core/AlgVector.java (1.2), core/DistanceFunction.java
  257. (1.3), core/DynamicArrayOfPosInt.java (1.2),
  258. core/EuclideanDistance.java (1.4), core/Instances.java (1.44),
  259. core/KDTree.java (1.5), clusterers/AlgVector.java (1.2),
  260. clusterers/XMeans.java (1.7): Removed some code (temporarily?) in
  261. preparation for a stable release.
  262. 2003-10-28 14:06  eibe
  263. * weka/classifiers/lazy/IBk.java (1.27): Reverted IBk back to
  264. revision 1.20 (but including changes made in 1.24-1.26).
  265. 2003-10-28 11:14  eibe
  266. * weka/core/Instances.java (1.43): Thanks to Gabi, Richards change
  267. from revision 1.37 was undone in revision 1.38 (removing numeric
  268. padding in Quicksort). I've changed it again!
  269. 2003-10-21 15:51  mhall
  270. * weka/gui/beans/KnowledgeFlow.java (1.15): Got rid of xor mode for
  271. drawing rubber band lines as it doesn't work properly under Mac OS
  272. X's Java
  273. 2003-10-17 17:55  cvs_rrb
  274. * weka/classifiers/bayes/ADNode.java (1.4): case sensitivity bug
  275. fixed
  276. 2003-10-17 15:08  mhall
  277. * weka/attributeSelection/RandomSearch.java (1.12): Doc fix
  278. 2003-10-16 10:14  cvs_rrb
  279. * weka/classifiers/bayes/ADNode.java (1.3): [no log message]
  280. 2003-10-15 11:36  akibriya
  281. * weka/classifiers/bayes/NaiveBayesMultinomial.java (1.4): Changed
  282. the String class object in toString method to StringBuffer. It
  283. makes the classifier much quicker.
  284. 2003-10-10 05:16  eibe
  285. * weka/classifiers/functions/Logistic.java (1.28): Fixed numeric
  286. overflow problem in Logistic.java.
  287. 2003-10-10 01:13  eibe
  288. * weka/classifiers/meta/AdaBoostM1.java (1.17): Last change could
  289. produce overflows, resulting in unclassified instances. Fixed.
  290. (Thanks, Bernhard!)
  291. 2003-10-03 02:55  eibe
  292. * weka/filters/unsupervised/attribute/RemoveUseless.java (1.5):
  293. Fixed bug in doc.
  294. 2003-10-02 22:26  eibe
  295. * weka/associations/tertius/: AttributeValueLiteral.java (1.2),
  296. Body.java (1.2), Head.java (1.2), IndividualInstance.java (1.2),
  297. IndividualInstances.java (1.2), IndividualLiteral.java (1.2),
  298. Literal.java (1.2), LiteralSet.java (1.2), Predicate.java (1.2),
  299. Rule.java (1.2), SimpleLinkedList.java (1.2), Tertius.java (1.2):
  300. Added copyright notices.
  301. 2003-10-02 21:56  eibe
  302. * weka/classifiers/Evaluation.java (1.47): Got rid of zf correction
  303. 0.0001. Results for relative errors for regression problems will
  304. change very slightly.
  305. 2003-10-02 21:39  eibe
  306. * weka/classifiers/rules/ZeroR.java (1.8): Fixed bug in ZeroR that
  307. produced incorrect results for numeric datasets with missing target
  308. values. Reported by Juan Jose Rodriguez Diez (jrodriguez@ubu.es).
  309. Thanks!
  310. 2003-10-02 21:36  eibe
  311. * weka/core/SparseInstance.java (1.12): The "bug fix" from
  312. 2003/06/05 seems to have been a "bug bite", at least it broke
  313. locateIndex() and didn't seem to fix anything. People who ran
  314. experiments on sparse data may have got incorrect results for some
  315. learning schemes as a consequence of this. As far as I can tell
  316. locateIndex() used to work fine before the "bug fix" but I have
  317. changed it slightly now to make it a bit more efficient.
  318. 2003-09-25 12:12  dale
  319. * weka/classifiers/trees/m5/Rule.java (1.6): [no log message]
  320. 2003-09-16 12:16  rkirkby
  321. * weka/gui/explorer/ClustererPanel.java (1.40): Model file
  322. extension is automatically added and model output is the one
  323. trained on the full data.
  324. 2003-09-16 10:57  rkirkby
  325. * weka/gui/explorer/ClassifierPanel.java (1.65): Extension for
  326. model files is appended automatically, and the model on the full
  327. dataset is output.
  328. 2003-09-15 12:12  rkirkby
  329. * weka/classifiers/functions/SimpleLinearRegression.java (1.4):
  330. Small fix to toString() method.
  331. 2003-09-11 03:04  eibe
  332. * weka/gui/explorer/ClassifierPanel.java (1.64): classifer ->
  333. classifier
  334. 2003-09-09 08:25  mhall
  335. * weka/gui/GenericObjectEditor.props (1.83): Added an entry for
  336. Peter Flach's Tertius
  337. 2003-09-09 08:23  mhall
  338. * weka/associations/tertius/: AttributeValueLiteral.java (1.1),
  339. Body.java (1.1), Head.java (1.1), IndividualInstance.java (1.1),
  340. IndividualInstances.java (1.1), IndividualLiteral.java (1.1),
  341. Literal.java (1.1), LiteralSet.java (1.1), Predicate.java (1.1),
  342. Rule.java (1.1), SimpleLinkedList.java (1.1), Tertius.java (1.1):
  343. Initial import
  344. 2003-08-15 03:54  eibe
  345. * weka/gui/PropertySheetPanel.java (1.13): Changed message printed
  346. when InvocationTargetException is thrown.
  347. 2003-08-15 00:58  eibe
  348. * weka/classifiers/rules/: ConjunctiveRule.java (1.7), JRip.java
  349. (1.10), Ridor.java (1.8), RuleStats.java (1.3): Several classes
  350. weren't Serializable.
  351. 2003-08-15 00:30  eibe
  352. * weka/classifiers/rules/Rule.java (1.3): Rule.java wasn't
  353. serilizable.
  354. 2003-08-07 16:28  akibriya
  355. * weka/gui/AttributeVisualizationPanel.java (1.11): Fixed an
  356. exception that was being thrown for datasets with fewer than 10
  357. instances.
  358. 2003-08-06 12:01  rkirkby
  359. * weka/filters/Makefile (1.26): Added Windowise.
  360. 2003-08-06 12:00  rkirkby
  361. * weka/filters/Windowise.java (1.1): Initial import.
  362. 2003-08-06 11:58  rkirkby
  363. * weka/classifiers/meta/Makefile (1.7): Added RSW and
  364. SeqCVParameterSelection.
  365. 2003-08-06 11:52  rkirkby
  366. * weka/classifiers/meta/: RSW.java (1.1),
  367. SeqCVParameterSelection.java (1.1): Initial import.
  368. 2003-08-06 11:43  rkirkby
  369. * weka/classifiers/Makefile (1.29): Added sequential classes.
  370. 2003-08-06 11:40  rkirkby
  371. * weka/core/Instances.java (1.42): Added methods for sequential
  372. train/test CV folds.
  373. 2003-08-06 11:39  rkirkby
  374. * weka/classifiers/: SequentialClassifier.java (1.1),
  375. DistributionSequentialClassifier.java (1.1),
  376. SequentialEvaluation.java (1.1): Initial import.
  377. 2003-08-05 20:39  eibe
  378. * weka/: classifiers/meta/Makefile (1.6),
  379. classifiers/meta/RandomCommittee.java (1.1),
  380. gui/GenericObjectEditor.props (1.82): Initial import of
  381. RandomCommittee
  382. 2003-08-05 12:13  akibriya
  383. * weka/classifiers/bayes/BIFReader.java (1.3): No longer required,
  384. as the experimental BIF file option has been removed in BayesNet
  385. 1.9.
  386. 2003-08-05 12:04  akibriya
  387. * weka/classifiers/bayes/Scoreable.java (1.5): Removed the changes
  388. introduced in  1.4 which were necessary to support experimental
  389. features (apart from graph drawing) of BayesNet 1.8.
  390. 2003-08-05 12:00  akibriya
  391. * weka/classifiers/bayes/ParentSet.java (1.5): Removed the changes
  392. introduced in  1.4 which were necessary to support experimental
  393. features (apart from graph drawing) of BayesNet 1.8.
  394. 2003-08-04 09:30  mhall
  395. * weka/associations/Apriori.java (1.15): Fixed bug in min support
  396. output
  397. 2003-07-31 02:45  eibe
  398. * weka/classifiers/bayes/BIFReader.java (1.2): Deleted assignment
  399. to variable that wasn't used or declared.
  400. 2003-07-29 13:46  cvs_rrb
  401. * weka/classifiers/bayes/BayesNet.java (1.9): Started from version
  402. 1.7 instead of experimental version to support graph drawing
  403. 2003-07-18 16:42  rkirkby
  404. * weka/classifiers/bayes/AODE.java (1.4): Re-applied Mark's fixes
  405. to the option handling.
  406. 2003-07-18 16:34  rkirkby
  407. * weka/classifiers/bayes/AODE.java (1.3): Has been improved to be
  408. more time efficient.
  409. 2003-07-18 16:30  rkirkby
  410. * weka/classifiers/lazy/LBR.java (1.3): Has been improved to be
  411. more time efficient.
  412. 2003-07-18 16:15  rkirkby
  413. * weka/classifiers/bayes/NaiveBayesMultinomial.java (1.3):
  414. Improvements made by Andrew.
  415. 2003-07-18 12:23  akibriya
  416. * weka/gui/visualize/MatrixPanel.java (1.6): Fixed the row and
  417. column names, now they are always visible inspite of the scrolling.
  418. 2003-07-17 11:21  mhall
  419. * weka/classifiers/lazy/IBk.java (1.26): Fixed null pointer bug
  420. when normalization is turned off in IBk
  421. 2003-07-16 17:21  akibriya
  422. * weka/gui/explorer/PreprocessPanel.java (1.36): Removed printing
  423. of stack trace when there is an exception in setting up instances.
  424. 2003-07-16 17:15  akibriya
  425. * weka/gui/explorer/PreprocessPanel.java (1.35): Fixed handling of
  426. exception, when the dataset is empty after applying a filter (e.g.
  427. removal of all attributes by filters.unsupervised.attribute.Remove
  428. filter).
  429. 2003-07-16 13:04  akibriya
  430. * weka/: gui/Makefile (1.21), Makefile (1.39): Includes changes to
  431. accomodate addition of graphvisualizer.
  432. 2003-07-16 13:03  akibriya
  433. * weka/gui/graphvisualizer/Makefile (1.1): Initial import.
  434. 2003-07-16 13:02  akibriya
  435. * weka/classifiers/bayes/Makefile (1.7): Includes changes to
  436. accomodate addition of BIFReader class
  437. 2003-07-16 12:30  akibriya
  438. * weka/classifiers/bayes/BIFReader.java (1.1): Initial import.
  439. 2003-07-16 12:25  akibriya
  440. * weka/: classifiers/bayes/BayesNet.java (1.8),
  441. classifiers/bayes/ParentSet.java (1.4),
  442. classifiers/bayes/Scoreable.java (1.4),
  443. classifiers/meta/CostSensitiveClassifier.java (1.15),
  444. classifiers/trees/REPTree.java (1.11),
  445. classifiers/trees/UserClassifier.java (1.13),
  446. classifiers/trees/adtree/ADTree.java (1.6),
  447. classifiers/trees/j48/ClassifierTree.java (1.17),
  448. classifiers/trees/j48/J48.java (1.26),
  449. classifiers/trees/lmt/LMT.java (1.3), classifiers/trees/m5/M5P.java
  450. (1.4), clusterers/Cobweb.java (1.16), core/Drawable.java (1.6),
  451. core/FastVector.java (1.8), gui/explorer/ClassifierPanel.java
  452. (1.63): Modified files to add in the graphvisualizer.
  453. 2003-07-16 12:08  akibriya
  454. * weka/gui/graphvisualizer/: BIFFormatException.java (1.1),
  455. BIFParser.java (1.1), DotParser.java (1.1), GraphConstants.java
  456. (1.1), GraphEdge.java (1.1), GraphNode.java (1.1),
  457. GraphVisualizer.java (1.1), HierarchicalBCEngine.java (1.1),
  458. LayoutCompleteEvent.java (1.1), LayoutCompleteEventListener.java
  459. (1.1), LayoutEngine.java (1.1), icons/extra.gif (1.1),
  460. icons/preferences.gif (1.1), icons/save.gif (1.1), icons/zoomin.gif
  461. (1.1), icons/zoomout.gif (1.1): Initial import.
  462. 2003-07-09 01:08  eibe
  463. * weka/filters/unsupervised/attribute/Remove.java (1.2):
  464. InvertSelection is no longer true by default in the Explorer
  465. 2003-07-02 10:26  rkirkby
  466. * weka/classifiers/Evaluation.java (1.46): Changed all private
  467. fields and methods to protected to imporve inheritance
  468. opportunities.
  469. 2003-07-01 09:44  mhall
  470. * weka/attributeSelection/WrapperSubsetEval.java (1.20): Fixed bug
  471. that prevented serialization of trained wrapper
  472. 2003-06-27 09:56  mhall
  473. * weka/attributeSelection/: BestFirst.java (1.22),
  474. ConsistencySubsetEval.java (1.10), GeneticSearch.java (1.13): Fixed
  475. some serializable issues
  476. 2003-06-25 10:45  mhall
  477. * weka/classifiers/lazy/IBk.java (1.25): Bug fix to cross
  478. validation code courtesy of Dietrich Wettschereck
  479. 2003-06-16 10:28  rkirkby
  480. * weka/classifiers/lazy/IBk.java (1.24): Made some private methods
  481. protected to facilitate easier inheritance.
  482. 2003-06-13 14:04  mhall
  483. * weka/classifiers/trees/lmt/LMT.java (1.2): Added tip text and
  484. global info
  485. 2003-06-13 14:03  mhall
  486. * weka/classifiers/functions/SimpleLogistic.java (1.2): Added
  487. global info and tip text
  488. 2003-06-13 14:03  mhall
  489. * weka/gui/GenericObjectEditor.props (1.81): Added SimpleLogistic
  490. 2003-06-12 14:17  rkirkby
  491. * weka/attributeSelection/WrapperSubsetEval.java (1.19): Changed
  492. seed parameter to -R so it wouldn't clash with evaluation options.
  493. 2003-06-12 14:06  rkirkby
  494. * weka/classifiers/bayes/NaiveBayesMultinomial.java (1.2): Added
  495. toString() method.
  496. 2003-06-12 11:11  mhall
  497. * weka/gui/GenericObjectEditor.props (1.80): Added LMT
  498. 2003-06-10 16:45  rkirkby
  499. * weka/gui/GenericObjectEditor.props (1.79): Added
  500. NaiveBayesMultinomial.
  501. 2003-06-10 16:41  rkirkby
  502. * weka/classifiers/bayes/Makefile (1.6): Added
  503. NaiveBayesMultinomial.
  504. 2003-06-10 16:40  rkirkby
  505. * weka/classifiers/bayes/NaiveBayesMultinomial.java (1.1): Initial
  506. import.
  507. 2003-06-10 14:12  mhall
  508. * weka/classifiers/functions/Makefile (1.7): Added SimpleLogistic
  509. 2003-06-10 13:58  mhall
  510. * weka/: classifiers/trees/Makefile (1.5), Makefile (1.38): Added
  511. LMT
  512. 2003-06-10 13:58  mhall
  513. * weka/classifiers/trees/lmt/Makefile (1.1): Initial import
  514. 2003-06-10 13:50  mhall
  515. * weka/classifiers/trees/lmt/: LMT.java (1.1), LMTNode.java (1.1),
  516. LogisticBase.java (1.1), ResidualModelSelection.java (1.1),
  517. ResidualSplit.java (1.1): Initial import
  518. 2003-06-10 13:49  mhall
  519. * weka/classifiers/functions/: SimpleLinearRegression.java (1.3),
  520. SimpleLogistic.java (1.1): Some small changes to facilitate
  521. integration with LMT
  522. 2003-06-05 15:55  rkirkby
  523. * weka/core/SparseInstance.java (1.11): Made locateIndex return -1
  524. when not found, as per the spec. This bug was pointed out by George
  525. Forman (george_forman@hp.com).
  526. 2003-06-05 15:48  rkirkby
  527. * weka/experiment/Experiment.java (1.19): Fix submitted by George
  528. Forman (george_forman@hp.com) to allow result producers with
  529. required parameters.
  530. 2003-06-03 11:46  mhall
  531. * weka/clusterers/SimpleKMeans.java (1.10): Improved output
  532. 2003-05-29 10:14  rkirkby
  533. * weka/filters/unsupervised/instance/RemoveWithValues.java (1.2):
  534. Fixed a bug when using the modify header option.
  535. 2003-05-23 14:50  eibe
  536. * weka/classifiers/lazy/LWL.java (1.7): Enabled LWL to deal
  537. efficiently with sparse data (if the base learner does so)
  538. 2003-05-22 09:15  mhall
  539. * weka/gui/beans/Makefile (1.3): Added data sink stuff to makefile
  540. 2003-05-22 09:13  mhall
  541. * weka/gui/beans/CSVDataSink.java (1.1): Initial import
  542. 2003-05-21 16:34  mhall
  543. * weka/gui/beans/: AbstractDataSink.java (1.3), Beans.props (1.6):
  544. Added some more stuff
  545. 2003-05-21 16:32  mhall
  546. * weka/gui/beans/: AbstractDataSinkBeanInfo.java (1.1),
  547. CSVDataSinkBeanInfo.java (1.1): Initial import
  548. 2003-05-20 16:32  mhall
  549. * weka/gui/beans/AbstractDataSink.java (1.2): Changed default icon
  550. 2003-05-20 16:32  mhall
  551. * weka/gui/beans/icons/: DefaultDataSink.gif (1.1),
  552. DefaultDataSink_animated.gif (1.1): Initial import
  553. 2003-05-19 16:04  mhall
  554. * weka/gui/beans/: AbstractDataSink.java (1.1), DataSink.java
  555. (1.1): Initial import
  556. 2003-05-08 15:49  mhall
  557. * weka/gui/beans/Classifier.java (1.7): Fixed bug in incremental
  558. handling
  559. 2003-05-08 15:48  mhall
  560. * weka/gui/beans/Beans.props (1.5): Added PredictionAppender
  561. 2003-05-08 15:46  mhall
  562. * weka/gui/beans/: icons/PredictionAppender.gif (1.1),
  563. icons/PredictionAppender_animated.gif (1.1),
  564. PredictionAppender.java (1.1), PredictionAppenderBeanInfo.java
  565. (1.1), PredictionAppenderCustomizer.java (1.1): Initial Import
  566. 2003-05-06 16:27  eibe
  567. * weka/classifiers/functions/Logistic.java (1.27): Xin fixed small
  568. bug.
  569. 2003-05-06 12:02  mhall
  570. * weka/gui/beans/: AttributeSummarizer.java (1.5),
  571. DataVisualizer.java (1.7), ScatterPlotMatrix.java (1.5): minor
  572. layout fix
  573. 2003-05-06 12:01  mhall
  574. * weka/gui/beans/TextViewer.java (1.6): Now implements
  575. BeanContextChild
  576. 2003-05-06 12:00  mhall
  577. * weka/gui/beans/KnowledgeFlow.java (1.14): Fixed loading bug
  578. 2003-05-06 09:33  eibe
  579. * weka/core/Optimization.java (1.5): Xin fixed some bugs relating
  580. to extreme cases.
  581. 2003-05-02 11:47  rkirkby
  582. * weka/gui/explorer/ClassifierPanel.java (1.62): Made text
  583. predictions output when a model is re-evaluated on a test set.
  584. 2003-05-01 14:12  mhall
  585. * weka/core/converters/ArffLoader.java (1.5): set and get file now
  586. store and return absolute paths
  587. 2003-05-01 14:11  mhall
  588. * weka/gui/FileEditor.java (1.7): small modification to allow file
  589. browser to be initialized to the path of the previously edited file
  590. (if any)
  591. 2003-04-29 17:26  eibe
  592. * weka/classifiers/functions/VotedPerceptron.java (1.15): Added
  593. sparse vector code.
  594. 2003-04-29 16:32  mhall
  595. * weka/gui/beans/: Classifier.java (1.6), ClassifierCustomizer.java
  596. (1.4): Configuration panel for incremental classifers now only
  597. shows the 'update classifier on incoming instances' checkbox if the
  598. classifier actually has an incoming instance stream connected to it
  599. 2003-04-29 16:08  mhall
  600. * weka/gui/beans/KnowledgeFlow.java (1.13): contextual menus can
  601. now be popped up under mac OS X Java 1.4 by holding down alt key
  602. and clicking mouse button
  603. 2003-04-29 16:07  mhall
  604. * weka/gui/explorer/: AssociationsPanel.java (1.16),
  605. AttributeSelectionPanel.java (1.26), ClassifierPanel.java (1.61),
  606. ClustererPanel.java (1.39): contextual menu on results history can
  607. now be popped up under mac OS X Java 1.4 by holding down alt key
  608. and clicking mouse button
  609. 2003-04-28 16:33  mhall
  610. * weka/gui/beans/: AttributeSummarizer.java (1.4),
  611. ClassifierPerformanceEvaluator.java (1.4), DataVisualizer.java
  612. (1.6), GraphViewer.java (1.4), IncrementalClassifierEvaluator.java
  613. (1.5), KnowledgeFlow.java (1.12), ScatterPlotMatrix.java (1.4),
  614. StripChart.java (1.8), TestSetMaker.java (1.2), TextViewer.java
  615. (1.5), TrainingSetMaker.java (1.2): Added support for tool tip text
  616. in tool bars
  617. 2003-04-23 10:44  trigg
  618. * weka/filters/unsupervised/attribute/StringToWordVector.java
  619. (1.4): Added option to add a prefix to created attribute names.
  620. 2003-04-17 11:54  mhall
  621. * weka/gui/beans/README_KnowledgeFlow (1.3): removed a linefeed
  622. 2003-04-17 11:52  mhall
  623. * weka/gui/beans/README_KnowledgeFlow (1.2): Removed reference to
  624. Tools toolbar
  625. 2003-04-17 11:46  mhall
  626. * weka/gui/beans/KnowledgeFlow.java (1.11): Added help button
  627. 2003-04-17 11:44  mhall
  628. * weka/gui/beans/: icons/Help24.gif (1.1), README_KnowledgeFlow
  629. (1.1): Initial import
  630. 2003-04-17 10:42  rkirkby
  631. * weka/gui/AttributeVisualizationPanel.java (1.10): Performance
  632. improvements by Ashraf, plus attempts to make more thread safe,
  633. avoiding use of stop().
  634. 2003-04-17 10:13  rkirkby
  635. * weka/gui/explorer/PreprocessPanel.java (1.34): Prevented multiple
  636. "visualize all" windows from being opened.