📄 changelog-3-3-6
字号:
* weka/experiment/RandomSplitResultProducer.java (1.15): Will now stratify the train and test sets if the class is nominal and randomization is enabled.2003-03-11 16:05 eibe * weka/core/Optimization.java (1.4): Made it more memory efficient.2003-03-11 16:03 eibe * weka/classifiers/rules/JRip.java (1.9): Fixed bug when class not last attribute.2003-03-10 13:35 rkirkby * weka/: classifiers/bayes/Makefile (1.5), gui/GenericObjectEditor.props (1.74): Added AODE.2003-03-10 13:34 rkirkby * weka/classifiers/bayes/AODE.java (1.1): Initial import.2003-03-07 15:42 rkirkby * weka/gui/AttributeVisualizationPanel.java (1.2): Numeric ranges are now displayed as histograms.2003-03-03 14:01 mhall * weka/experiment/RemoteEngine.java (1.7): Small change to purge code2003-03-03 14:01 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.17), BoundaryPanelDistributed.java (1.3): Small changes to progress info and bugfix in plot routine2003-02-27 14:02 mhall * weka/gui/boundaryvisualizer/BoundaryPanelDistributed.java (1.2): Improved progress info2003-02-26 14:37 rkirkby * weka/classifiers/trees/UserClassifier.java (1.12): Fixed use of classifier so that the user can select which classifier to use.2003-02-26 14:29 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.16), DataGenerator.java (1.3), KDDataGenerator.java (1.4): Small changes to allow distributed boundary visualization2003-02-26 14:28 mhall * weka/gui/boundaryvisualizer/: BoundaryPanelDistributed.java (1.1), RemoteBoundaryVisualizerSubTask.java (1.1), RemoteResult.java (1.1): Initial import2003-02-26 14:27 mhall * weka/experiment/: RemoteEngine.java (1.6), RemoteExperimentSubTask.java (1.6), Task.java (1.7): Fix to type unloading code plus some small changes to make distributed boudary visualization possible2003-02-26 10:37 rkirkby * weka/gui/GenericObjectEditor.java (1.38): Changed 'Set' button to 'Choose'. Changed popup background to match the tree so it doesn't look as ugly when then tree is smaller than the popup.2003-02-20 16:11 rkirkby * weka/classifiers/trees/RandomForest.java (1.3): Added out-of-bag error estimation.2003-02-20 15:59 rkirkby * weka/classifiers/meta/Bagging.java (1.23): Added ability to calculate the out-of-bag error and return it as an additional measure.2003-02-20 14:27 eibe * weka/classifiers/lazy/LWL.java (1.5): Added rescaling of weights2003-02-20 10:50 rkirkby * weka/classifiers/meta/Bagging.java (1.22): Added Randomizable classifier handling.2003-02-19 11:31 rkirkby * weka/: classifiers/meta/Makefile (1.5), gui/GenericObjectEditor.props (1.73): Added StackingC, Grading and Vote.2003-02-19 11:30 rkirkby * weka/classifiers/meta/: Grading.java (1.1), StackingC.java (1.1), Vote.java (1.1): Initial import.2003-02-19 10:50 rkirkby * weka/classifiers/trees/REPTree.java (1.9): Has been made sourcable thanks to a contribution by Igor Wronsky.2003-02-18 16:03 mhall * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.15): Fixed bug in main method2003-02-17 11:30 mhall * weka/gui/explorer/AttributeSelectionPanel.java (1.25): Modified to allow scatter plot matrix to be popped up to show transformed or reduced data2003-02-17 10:03 mhall * weka/experiment/: RemoteEngine.java (1.5), remote.policy (1.4): Mods that allow remote engine to unload types from its virtual machine.2003-02-14 16:29 mhall * weka/build.xml (1.10): oops another file left out of the remoteEngine.jar file2003-02-14 16:17 mhall * weka/build.xml (1.9): some classes were left out of the remoteEngine.jar file2003-02-14 10:27 mhall * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.14): Merged Len's stuff2003-02-13 15:50 mhall * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.9): Changes to UI and merging of Len's progressive plotting code2003-02-13 15:49 mhall * weka/gui/boundaryvisualizer/KDDataGenerator.java (1.3): now uses k'th nearest neighbour to set kernel bandwidth2003-02-13 13:52 eibe * weka/classifiers/bayes/: NaiveBayes.java (1.13), NaiveBayesUpdateable.java (1.3): Included supervised discretization as an option in NaiveBayes (mainly for convenience)2003-02-11 14:30 trigg * weka/core/: Attribute.java (1.29), Instances.java (1.41): Moved a bunch of strings into constants. Fixed arff parsing bug reported by JK Sakura <sakurajkr@yahoo.com>.2003-02-10 17:30 eibe * weka/classifiers/lazy/: LWL.java (1.4), LWR.java (1.15): Fixed bugs that I introduced with the last change2003-02-10 17:20 trigg * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.13): Use progressive sampling and gridding to allow a faster overall impression of the boundary graph.2003-02-10 14:48 trigg * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.12): Fixed warning reported by jikes +P, and a CVS keyword typo.2003-02-10 14:46 trigg * weka/classifiers/lazy/LWL.java (1.3): Removed warning reported by jikes +P.2003-02-10 13:14 eibe * weka/classifiers/lazy/: LWL.java (1.2), LWR.java (1.14): Made some small changes to LWL and LWR2003-02-09 22:31 eibe * weka/: classifiers/lazy/Makefile (1.4), gui/GenericObjectEditor.props (1.72): Added LWL.java2003-02-09 22:29 eibe * weka/classifiers/lazy/LWL.java (1.1): Locally weighted learning for any base classifier.2003-02-07 12:08 mhall * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.11): tool tip text now stays on screen until mouse is moved2003-02-05 15:18 mhall * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.10): Now saves a jpeg when invoked from the command line. Also pops up tooltip for probability vector for a pixel on mouseover2003-02-04 17:14 eibe * weka/core/Optimization.java (1.3): Fixed bug.2003-02-04 11:13 rkirkby * weka/gui/explorer/ClassifierPanel.java (1.58): Use of a test set was broken.2003-02-04 09:29 rkirkby * weka/gui/visualize/MatrixPanel.java (1.4): Prevented MatrixPanel from altering the class index of the instances.2003-01-31 15:16 rkirkby * weka/core/Attribute.java (1.28): Added check to disallow a nominal attribute from having duplicate labels.2003-01-31 15:09 eibe * weka/core/Optimization.java (1.2): Fixed Javadoc.2003-01-31 11:04 rkirkby * weka/experiment/PairedCorrectedTTester.java (1.2): Removed some debug output.2003-01-31 11:00 rkirkby * weka/gui/experiment/ResultsPanel.java (1.22): Now uses the PairedCorrectedTTester, plus a tool tip informing users.2003-01-31 10:58 rkirkby * weka/experiment/PairedTTester.java (1.16): Restored old behaviour - PairedCorrectedTTester now uses the corrected test. Also made some private classes protected.2003-01-31 10:50 rkirkby * weka/experiment/Makefile (1.13): Added PairedCorrectedTTester.2003-01-31 10:48 rkirkby * weka/experiment/PairedCorrectedTTester.java (1.1): Initial import.2003-01-31 09:00 rkirkby * weka/experiment/PairedStatsCorrected.java (1.2): Added paper reference.2003-01-30 12:05 mhall * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.9): Changed so that white data points are plotted with a black outer circle2003-01-29 17:21 mhall * weka/gui/boundaryvisualizer/BoundaryVisualizer.java (1.8): Fixed label2003-01-29 17:12 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.8), BoundaryVisualizer.java (1.7): Can now superimpose training data on plot2003-01-28 17:11 rkirkby * weka/gui/experiment/SimpleSetupPanel.java (1.2): Cross-validation no longer uses AveragingResultProducer.2003-01-28 17:03 rkirkby * weka/gui/experiment/SetupPanel.java (1.19): Fixed loss of property iterator any time the experiment is set, including when switching from a simple experiment.2003-01-28 15:53 rkirkby * weka/experiment/Makefile (1.12): Added PairedStatsCorrected.2003-01-28 15:52 rkirkby * weka/experiment/PairedTTester.java (1.15): Now uses the corrected resampled t which should result in lower Type I error and means that the AveragingResultProducer is not necessary in a cross-validation experiment.2003-01-28 15:48 rkirkby * weka/experiment/PairedStatsCorrected.java (1.1): Initial import.2003-01-28 15:46 rkirkby * weka/experiment/ClassifierSplitEvaluator.java (1.18): Modified results to keep track of both test set and training set sizes.2003-01-28 14:36 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.7), BoundaryVisualizer.java (1.6): More UI improvements and tidy up2003-01-28 10:20 eibe * weka/gui/boundaryvisualizer/Makefile (1.2): Fixed Makefile.2003-01-24 17:03 mhall * weka/gui/visualize/ClassPanel.java (1.11): Small change for interoperation with the boundary visualizer2003-01-24 17:02 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.6), BoundaryVisualizer.java (1.5): User interface improvements2003-01-24 10:57 mhall * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.5), BoundaryVisualizer.java (1.4): New groovy colours2003-01-23 16:05 eibe * weka/gui/boundaryvisualizer/EMDataGenerator.java (1.2): Isn't compatible anymore and never really worked properly anyway.2003-01-23 16:02 eibe * weka/gui/boundaryvisualizer/: BoundaryPanel.java (1.4), DataGenerator.java (1.2), KDDataGenerator.java (1.2): Improved BoundaryVisualizer.2003-01-23 14:17 rkirkby * weka/attributeSelection/OneRAttributeEval.java (1.12): Was broken since OneR shifted packages.2003-01-21 14:07 eibe * weka/gui/boundaryvisualizer/BoundaryPanel.java (1.3): Slightly changed (fixed bug).2003-01-20 14:56 trigg * weka/: core/Randomizable.java (1.2), gui/beans/Filter.java (1.5): Fixed warnings reported by jikes +P
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -