📄 changelog-3-3-5
字号:
2003-01-17 16:35 rkirkby * weka/gui/visualize/MatrixPanel.java (1.3): Improved tip text.2003-01-17 16:28 rkirkby * weka/gui/visualize/MatrixPanel.java (1.2): Added a split pane.2003-01-17 16:12 rkirkby * weka/gui/GenericObjectEditor.props (1.71): Added NaiveBayesUpdateable.2003-01-17 15:52 rkirkby * weka/gui/GenericObjectEditor.props (1.70): Added FarthestFirst clusterer.2003-01-17 15:45 rkirkby * weka/clusterers/Makefile (1.5): Added FarthestFirst.2003-01-17 15:32 rkirkby * weka/gui/beans/KnowledgeFlow.java (1.7): Updated the startup log messages.2003-01-17 15:20 rkirkby * weka/gui/explorer/PreprocessPanel.java (1.31): Fixed exception handling when creating an undo point fails.2003-01-17 14:55 rkirkby * weka/Makefile (1.37): Added new filter packages and beans package.2003-01-17 14:39 rkirkby * weka/gui/explorer/Explorer.java (1.25): Removed wekasupport email reference.2003-01-17 14:35 mhall * weka/gui/GUIChooser.java (1.10): Added button for KnowledgeFlow2003-01-17 13:42 eibe * weka/: classifiers/functions/pace/Makefile (1.2), gui/Makefile (1.20): Fixed a couple of makefiles.2003-01-17 13:02 rkirkby * weka/gui/explorer/ClustererPanel.java (1.37): Removed dependence on PreprocessPanel for filtering.2003-01-17 12:59 rkirkby * weka/gui/explorer/ClassifierPanel.java (1.57): Removed dependance on PreprocessPanel for filtering.2003-01-17 12:50 rkirkby * weka/gui/explorer/Explorer.java (1.24): Minor modifications to accomodate new preprocess panel.2003-01-17 12:48 rkirkby * weka/gui/explorer/PreprocessPanel.java (1.30): Major overhaul to the GUI, making it much simpler to use than before.2003-01-16 16:49 rkirkby * weka/gui/Makefile (1.19): Added AttributeListPanel2003-01-16 16:48 rkirkby * weka/gui/AttributeListPanel.java (1.1): Initial import.2003-01-16 16:46 rkirkby * weka/gui/Makefile (1.18): Added AttributeVisualizationPanel2003-01-16 16:43 rkirkby * weka/gui/AttributeVisualizationPanel.java (1.1): Initial import.2003-01-16 10:59 eibe * weka/core/Makefile (1.13): Updated Makefile: several .java files were missing2003-01-15 14:32 eibe * weka/gui/GenericObjectEditor.props (1.69): Added UnivariateLinearRegression2003-01-15 14:31 eibe * weka/classifiers/functions/Makefile (1.4): Added UnivariateLinearRegression.java2003-01-15 14:30 eibe * weka/classifiers/functions/UnivariateLinearRegression.java (1.1): Initial import.2003-01-14 16:09 mhall * weka/filters/unsupervised/attribute/TimeSeriesTranslate.java (1.2): fixed bug in the -M option - was filling in 0's rather than missing values.2003-01-13 18:58 eibe * weka/classifiers/rules/part/: C45PruneableDecList.java (1.6), ClassifierDecList.java (1.9), MakeDecList.java (1.11), PART.java (1.18), PruneableDecList.java (1.6): Cleaned up the code a little bit and added option for building unpruned decision lists.2003-01-13 15:51 eibe * weka/classifiers/meta/Bagging.java (1.21): Reverted back to Version 1.19 (including a bug fix)2003-01-13 14:09 rkirkby * weka/classifiers/bayes/NaiveBayesUpdateable.java (1.2): Fixed so that will use the new class when evaluated form the command line.2003-01-10 19:08 eibe * weka/classifiers/trees/RandomForest.java (1.2): Made RandomForests a WeightedInstancesHandler2003-01-10 19:04 eibe * weka/classifiers/meta/Bagging.java (1.20): Changed the behavior for Bagging if the base learner is a WeightedInstancesHandler.2003-01-10 17:05 rkirkby * weka/gui/GenericObjectEditor.props (1.68): Added RandomTree and RandomForest.2003-01-10 17:00 rkirkby * weka/core/Makefile (1.12): Added Randomizable interface.2003-01-10 16:58 rkirkby * weka/classifiers/trees/Makefile (1.4): Added RandomTree and RandomForest.2003-01-10 16:54 rkirkby * weka/: core/Randomizable.java (1.1), classifiers/trees/RandomTree.java (1.1), classifiers/trees/RandomForest.java (1.1): Initial import.2003-01-10 16:25 eibe * weka/classifiers/meta/Bagging.java (1.19): Made Bagging a WeightedInstancesHandler2003-01-10 14:32 eibe * weka/core/Instances.java (1.40): ResamplingWithWeights(Random) didn't do any resampling if weights were equal.2003-01-10 08:15 trigg * weka/experiment/InstanceQuery.java (1.14): Javadoc correction.2003-01-09 10:45 rkirkby * weka/filters/unsupervised/attribute/PKIDiscretize.java (1.4): Has been simplified by becoming a subclass of Discretize.2003-01-09 09:51 rkirkby * weka/filters/unsupervised/attribute/Discretize.java (1.2): Minor documentation fix.2003-01-08 16:21 rkirkby * weka/gui/experiment/AlgorithmListPanel.java (1.3): Fixed bug involving cloning of objects in the list.2003-01-08 16:09 eibe * weka/core/: Makefile (1.11), Optimization.java (1.1), RandomVariates.java (1.1): Added Xin Xu's Optimization and RandomVariates classes.2003-01-07 16:17 eibe * weka/gui/: explorer/Explorer.java (1.23), visualize/Makefile (1.5), visualize/MatrixPanel.java (1.1): Ashraf's scatterplot matrix is done!2002-12-19 17:14 mhall * weka/gui/experiment/SetupPanel.java (1.18): Fixed bug in loading iterator configuration2002-12-18 17:07 bernhard * weka/clusterers/FarthestFirst.java (1.1): Added clusterers/FarthestFirst.java, which is a simple and fast clusterer2002-12-13 17:04 mhall * weka/gui/beans/: BeanVisual.java (1.3), KnowledgeFlow.java (1.6): Removed some warning messages2002-12-12 14:22 mhall * weka/gui/beans/: ClassAssigner.java (1.4), Classifier.java (1.5), ClassifierCustomizer.java (1.3), IncrementalClassifierEvaluator.java (1.4), IncrementalClassifierEvaluatorBeanInfo.java (1.2), Loader.java (1.3): Improvements to streamed instance handling2002-12-12 14:21 mhall * weka/gui/beans/Filter.java (1.4): Now usable with streamed instances2002-12-05 16:17 trigg * weka/: associations/Apriori.java (1.14), attributeSelection/ASEvaluation.java (1.9), attributeSelection/ASSearch.java (1.8), attributeSelection/AttributeSelection.java (1.30), attributeSelection/BestFirst.java (1.21), attributeSelection/CfsSubsetEval.java (1.18), attributeSelection/ClassifierSubsetEval.java (1.9), attributeSelection/ExhaustiveSearch.java (1.8), attributeSelection/ForwardSelection.java (1.15), attributeSelection/GainRatioAttributeEval.java (1.16), attributeSelection/GeneticSearch.java (1.12), attributeSelection/OneRAttributeEval.java (1.11), attributeSelection/PrincipalComponents.java (1.25), attributeSelection/RaceSearch.java (1.11), attributeSelection/RandomSearch.java (1.11), attributeSelection/RankSearch.java (1.8), attributeSelection/Ranker.java (1.20), attributeSelection/ReliefFAttributeEval.java (1.15), attributeSelection/SVMAttributeEval.java (1.13), attributeSelection/SymmetricalUncertAttributeEval.java (1.15), attributeSelection/WrapperSubsetEval.java (1.18), classifiers/Evaluation.java (1.45), classifiers/bayes/ADNode.java (1.2), classifiers/bayes/VaryNode.java (1.2), classifiers/evaluation/CostCurve.java (1.5), classifiers/evaluation/ThresholdCurve.java (1.16), classifiers/evaluation/TwoClassStats.java (1.7), classifiers/functions/LeastMedSq.java (1.7), classifiers/functions/SMO.java (1.46), classifiers/functions/neural/NeuralConnection.java (1.4), classifiers/functions/pace/ExponentialFormat.java (1.2), classifiers/functions/pace/FlexibleDecimalFormat.java (1.2), classifiers/functions/pace/FloatingPointFormat.java (1.2), classifiers/functions/pace/Maths.java (1.2), classifiers/lazy/IB1.java (1.11), classifiers/lazy/LBR.java (1.2), classifiers/meta/ClassificationViaRegression.java (1.14), classifiers/meta/MultiBoostAB.java (1.2), classifiers/meta/MultiClassClassifier.java (1.30), classifiers/meta/ThresholdSelector.java (1.26), classifiers/misc/HyperPipes.java (1.12), classifiers/rules/ConjunctiveRule.java (1.6), classifiers/rules/JRip.java (1.8), classifiers/rules/M5Rules.java (1.2), classifiers/rules/Ridor.java (1.7), classifiers/rules/Rule.java (1.2), classifiers/rules/part/ClassifierDecList.java (1.8), classifiers/rules/part/MakeDecList.java (1.10), classifiers/rules/part/PART.java (1.17), classifiers/trees/REPTree.java (1.8), classifiers/trees/UserClassifier.java (1.11), classifiers/trees/adtree/ADTree.java (1.5), classifiers/trees/j48/C45PruneableClassifierTree.java (1.10), classifiers/trees/j48/ClassifierSplitModel.java (1.8), classifiers/trees/j48/ClassifierTree.java (1.16), classifiers/trees/j48/J48.java (1.25), classifiers/trees/j48/PruneableClassifierTree.java (1.7), classifiers/trees/m5/M5Base.java (1.7), classifiers/trees/m5/M5P.java (1.3), classifiers/trees/m5/Rule.java (1.5), clusterers/ClusterEvaluation.java (1.20), clusterers/Clusterer.java (1.9), clusterers/EM.java (1.21), core/AdditionalMeasureProducer.java (1.7), core/Attribute.java (1.27), core/EuclideanDistance.java (1.3), core/Instance.java (1.15), core/Instances.java (1.39), core/KDTree.java (1.4), core/Matrix.java (1.17), core/ProtectedProperties.java (1.2), core/SpecialFunctions.java (1.6), core/Statistics.java (1.7), core/Utils.java (1.35), core/converters/AbstractLoader.java (1.6), core/converters/BatchLoader.java (1.2), core/converters/C45Loader.java (1.5), core/converters/CSVLoader.java (1.4), core/converters/ConverterUtils.java (1.4), core/converters/IncrementalLoader.java (1.2), core/converters/Loader.java (1.6), core/converters/SerializedInstancesLoader.java (1.6), datagenerators/BIRCHCluster.java (1.2), datagenerators/RDG1.java (1.2), experiment/DatabaseUtils.java (1.16), experiment/InstanceQuery.java (1.13), filters/unsupervised/attribute/AddExpression.java (1.2), filters/unsupervised/attribute/PKIDiscretize.java (1.3), gui/AttributeSummaryPanel.java (1.7), gui/CostMatrixEditor.java (1.7), gui/GenericArrayEditor.java (1.12), gui/GenericObjectEditor.java (1.37), gui/HierarchyPropertyParser.java (1.2), gui/InstancesSummaryPanel.java (1.4), gui/SelectedTagEditor.java (1.6), gui/beans/ChartEvent.java (1.2), gui/beans/ChartListener.java (1.2), gui/beans/ClassAssigner.java (1.3), gui/beans/Classifier.java (1.4), gui/beans/ClassifierPerformanceEvaluator.java (1.2), gui/beans/CrossValidationFoldMaker.java (1.2), gui/beans/DataVisualizer.java (1.2), gui/beans/EventConstraints.java (1.2), gui/beans/Filter.java (1.3), gui/beans/FilterBeanInfo.java (1.2), gui/beans/GraphEvent.java (1.2), gui/beans/GraphListener.java (1.2), gui/beans/GraphViewer.java (1.3), gui/beans/IncrementalClassifierEvent.java (1.2), gui/beans/InstanceEvent.java (1.2), gui/beans/InstanceListener.java (1.2), gui/beans/Loader.java (1.2), gui/beans/StripChart.java (1.7), gui/beans/TextEvent.java (1.2), gui/beans/TextListener.java (1.2), gui/beans/TextViewer.java (1.4), gui/beans/TrainTestSplitMaker.java (1.2), gui/beans/UserRequestAcceptor.java (1.2), gui/beans/WekaWrapper.java (1.2), gui/experiment/ResultsPanel.java (1.21), gui/experiment/RunPanel.java (1.17), gui/streams/InstanceEvent.java (1.4): Automagically fixed a whole bunch of compiler warnings reported by the latest jikes (version 1.18). These are: - method and field modifiers are now in a consistent order as recommended by jikes. - unchecked exceptions should not be declared in the throws clause of a method. These fixes also incidentally seem to have fixed problems with some files in CVS having incorrect line-terminators, and those that have method opening braces on a separate line from the throws declaration.2002-12-04 09:43 trigg * weka/gui/CustomPanelSupplier.java (1.2): Removed compiler warning.2002-11-29 14:37 mhall * weka/gui/beans/StripChart.java (1.6): Removed a debugging message2002-11-29 14:36 mhall * weka/gui/beans/IncrementalClassifierEvaluator.java (1.3): Now handles regression schemes2002-11-29 14:26 gabi * weka/core/EuclideanDistance.java (1.2): removed debug output2002-11-29 14:21 gabi * weka/clusterers/XMeans.java (1.6): Nominaltobinary filter removed. Dataset does get checked by distance function class. The way nominal attributes are treated fully depends on the given distance function class. The standard distance "Euclidean" doesn't accept nominal attributes.2002-11-29 09:43 mhall * weka/gui/beans/BeanConnection.java (1.2): Added arrow heads to connection lines2002-11-29 09:08 mhall * weka/gui/beans/StripChart.java (1.5): Bit of a code tidy-up2002-11-29 07:56 mhall * weka/gui/beans/StripChart.java (1.4): Fixed scrolling problem under java 1.4 on Linux2002-11-28 14:49 gabi * weka/classifiers/lazy/IBk.java (1.23): null pointer error with option -W removed2002-11-28 13:20 gabi * weka/clusterers/KDTree.java (1.4): file moved to weka.core2002-11-27 10:45 mhall * weka/classifiers/trees/m5/: M5Base.java (1.6), Rule.java (1.4), RuleNode.java (1.5): made sure that memory gets conserved for unpruned trees/rules + made toString methods a bit more informative with respect to options2002-11-26 14:23 mhall * weka/classifiers/trees/m5/: M5Base.java (1.5), M5P.java (1.2), Rule.java (1.3), RuleNode.java (1.4): Added some more options to M52002-11-25 10:58 gabi * weka/core/DistanceFunction.java (1.2): Made the class serializable.2002-11-25 10:58 gabi * weka/core/KDTree.java (1.3): made all classes serializable2002-11-22 15:29 trigg * weka/classifiers/bayes/ParentSet.java (1.3): Made this class Serializable.2002-11-22 15:02 trigg * weka/classifiers/lazy/kstar/KStarCache.java (1.8): Made inner class Serializable.2002-11-22 15:01 trigg * weka/classifiers/rules/Ridor.java (1.6): Made internal class Serializable.2002-11-21 14:37 gabi * weka/clusterers/XMeans.java (1.5): NominalToBinary.setValues put into comments needs to be changed again. Nominal values now translated to 1 and 0 and not to sqrt(2.0) and 0.2002-11-21 13:44 gabi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -