📄 changelog-3-2
字号:
2001-03-13 16:52 mhall * weka/: classifiers/MultiClassClassifier.java (1.22), classifiers/neural/NeuralNetwork.java (1.3), core/converters/AbstractLoader.java (1.2), core/converters/ArffLoader.java (1.2), core/converters/Loader.java (1.2), core/converters/SerializedInstancesLoader.java (1.2), filters/Makefile (1.18), gui/GenericObjectEditor.props (1.33): Made Weka java 1.1 compatible for the new stable release.2001-03-12 11:32 eibe * weka/classifiers/j48/: BinC45Split.java (1.5), C45ModelSelection.java (1.5), C45PruneableClassifierTree.java (1.6), C45Split.java (1.5), ClassifierDecList.java (1.4), ClassifierSplitModel.java (1.5), ClassifierTree.java (1.11), Distribution.java (1.5), J48.java (1.20), MakeDecList.java (1.6): Added option for Laplace-corrected probability estimates in J48. Fixed bug that lead to slightly incorrect probability estimates for datasets with missing values (if subtree raising occurred).2001-03-02 16:54 mhall * weka/experiment/RemoteExperiment.java (1.8): Updated header docs to reflect changes.2001-03-02 16:53 mhall * weka/experiment/remote.policy (1.3): Commented out the lines pertaining to example file permissions for codebases from file urls.2001-03-02 16:52 mhall * weka/Makefile (1.30): Added lines to the install section to make a remoteExperimentServer.jar file containing a remote.policy a copy of DatabaseUtils.props and a remoteEngine.jar (which contains only those classes needed for deploying remoteEngines).2001-03-02 09:22 mhall * weka/experiment/remote.policy (1.2): Updated security policy with new permissions that allow downloading of classes from client codebases and reading/writing of properties and reading of files by those classes.2001-03-01 15:44 mhall * weka/: experiment/DatabaseUtils.java (1.14), core/Utils.java (1.28), gui/GenericObjectEditor.java (1.25): Changed so that loading of default properties (Utils.java) from system resource no longer throws an exception if the properties file is not found. This was causing problems for remote experiment objects when classes were being downloaded by rmi from client codebases as needed. Changed GenericObjectEditor and DatabaseUtils to throw exceptions if no properties are succesfully obtained from anywhere (ie, system resource, user home or local dir).2001-02-28 11:08 mhall * weka/experiment/Makefile (1.11): Added TaskStatusInfo.2001-02-28 11:07 mhall * weka/experiment/TaskStatusInfo.java (1.1): Initial import.2001-02-28 11:06 mhall * weka/experiment/: Compute.java (1.3), RemoteEngine.java (1.3), RemoteExperiment.java (1.7), RemoteExperimentSubTask.java (1.4), Task.java (1.4): RemoteEngines now use a queue to schedule Tasks for execution. Also allow clients to query on the status of Tasks.2001-02-23 16:22 eibe * weka/classifiers/Makefile (1.22): Updated to include DistributionMetaClassifier2001-02-19 16:12 mhall * weka/experiment/: RemoteExperiment.java (1.6), RemoteExperimentSubTask.java (1.3): Modified to allow experiments to be split up on the basis of data set or run number.2001-02-19 16:11 mhall * weka/gui/experiment/: DistributeExperimentPanel.java (1.3), SetupPanel.java (1.16): Modified to allow user to configure how a distributed experiment will be split up.2001-02-19 11:41 eibe * weka/classifiers/Logistic.java (1.11): Logistic regression converges more frequently now thanks to changes made by Tony Voyle.2001-02-18 15:00 mhall * weka/gui/experiment/GeneratorPropertyIteratorPanel.java (1.7): Now allows listeners to be added. Listener's get notified when there is a change of editing status of the panel, ie. enabled, disabled.2001-02-18 14:59 mhall * weka/gui/experiment/SetupPanel.java (1.15): Added a panel to control how iterations are performed. Data sets can be advanced and then custom iterators, or vis versa.2001-02-18 14:57 mhall * weka/experiment/Experiment.java (1.14): Modified to allow iteration over data sets then custom iterators or vis versa.2001-02-13 11:11 mhall * weka/gui/: GenericArrayEditor.java (1.10), GenericObjectEditor.java (1.24): Fixed bug (in GenericArrayEditor) that would cause the Generator properties panel in the Experimenter to be disabled yet still display a list from a previous experiment. Changed GenericObjectEditor's setObject method to test for equality (compares pointers) before firing a property change event. Switching between normal and remote experiments in the Experimenter was triggering a property change sequence that would disable the generator properties panel. Not an ideal solution, all editable objects should implement an equals method. Experimenter still has some problems: loading a pre-saved experiment after manually configuring the ResultProducer will cause property change events to render the generator properties panel disabled (even if generator properties are enabled and configured in the saved experiment).2001-02-12 14:16 mhall * weka/classifiers/UserClassifier.java (1.7): Added link to the working paper in the class docs.2001-02-12 10:08 rbk1 * weka/core/Attribute.java (1.17): Fixed numValues() documentation - string attributes don't return 0.2001-02-08 13:39 eibe * weka/classifiers/Makefile (1.21): Forgot to change nn to neural in some places.2001-02-08 13:10 trigg * weka/: associations/Apriori.java (1.10), attributeSelection/AttributeSelection.java (1.26), attributeSelection/CfsSubsetEval.java (1.13), attributeSelection/ChiSquaredAttributeEval.java (1.3), attributeSelection/ClassifierSubsetEval.java (1.3), attributeSelection/ConsistencySubsetEval.java (1.6), attributeSelection/GainRatioAttributeEval.java (1.11), attributeSelection/InfoGainAttributeEval.java (1.10), attributeSelection/OneRAttributeEval.java (1.7), attributeSelection/PrincipalComponents.java (1.15), attributeSelection/SymmetricalUncertAttributeEval.java (1.10), attributeSelection/WrapperSubsetEval.java (1.12), classifiers/ClassificationViaRegression.java (1.8), classifiers/DecisionTable.java (1.20), classifiers/FilteredClassifier.java (1.12), classifiers/LinearRegression.java (1.11), classifiers/Logistic.java (1.10), classifiers/MultiClassClassifier.java (1.21), classifiers/RegressionByDiscretization.java (1.12), classifiers/SMO.java (1.22), classifiers/UserClassifier.java (1.6), classifiers/VotedPerceptron.java (1.9), classifiers/m5/M5Prime.java (1.14), classifiers/neural/NeuralNetwork.java (1.2), clusterers/ClusterEvaluation.java (1.15), clusterers/SimpleKMeans.java (1.4), filters/AbstractTimeSeriesFilter.java (1.3), filters/AddFilter.java (1.15), filters/AllFilter.java (1.7), filters/AttributeExpressionFilter.java (1.9), filters/AttributeFilter.java (1.15), filters/AttributeTypeFilter.java (1.8), filters/CopyAttributesFilter.java (1.9), filters/DiscretizeFilter.java (1.14), filters/EmptyAttributeFilter.java (1.6), filters/Filter.java (1.20), filters/FirstOrderFilter.java (1.12), filters/InstanceFilter.java (1.9), filters/MakeIndicatorFilter.java (1.13), filters/MergeTwoValuesFilter.java (1.8), filters/NominalToBinaryFilter.java (1.15), filters/NonSparseToSparseFilter.java (1.6), filters/NormalizationFilter.java (1.9), filters/NullFilter.java (1.6), filters/NumericToBinaryFilter.java (1.6), filters/NumericTransformFilter.java (1.12), filters/ObfuscateFilter.java (1.6), filters/RandomizeFilter.java (1.6), filters/ReplaceMissingValuesFilter.java (1.11), filters/ResampleFilter.java (1.9), filters/SparseToNonSparseFilter.java (1.6), filters/SplitDatasetFilter.java (1.10), filters/SpreadSubsampleFilter.java (1.7), filters/StringToNominalFilter.java (1.5), filters/StringToWordVectorFilter.java (1.7), filters/SwapAttributeValuesFilter.java (1.10), filters/TimeSeriesDeltaFilter.java (1.7), filters/TimeSeriesTranslateFilter.java (1.9), gui/explorer/ClassifierPanel.java (1.43), gui/explorer/ClustererPanel.java (1.29), gui/explorer/PreprocessPanel.java (1.22), gui/visualize/PlotData2D.java (1.11): Changed filter use to no longer use deprecated methods2001-02-08 10:17 mhall * weka/attributeSelection/: AttributeSelection.java (1.25), ForwardSelection.java (1.12), RaceSearch.java (1.7), RankedOutputSearch.java (1.7), Ranker.java (1.16): Fixed bug in handling user specified number of attributes to select for RankedOutputSearchers.2001-02-08 10:15 mhall * weka/classifiers/neural/Makefile (1.1): Added Makefile2001-02-07 12:04 eibe * weka/: classifiers/Makefile (1.20), gui/GenericObjectEditor.props (1.32): nn is now called neural.2001-02-07 12:03 eibe * weka/classifiers/neural/: LinearUnit.java (1.1), NeuralConnection.java (1.1), NeuralMethod.java (1.1), NeuralNetwork.java (1.1), NeuralNode.java (1.1), SigmoidUnit.java (1.1): renamed nn directory to neural directory2001-02-02 11:07 eibe * weka/gui/GenericObjectEditor.props (1.31): Added neural network stuff.2001-02-02 11:06 eibe * weka/classifiers/Makefile (1.19): Neural network stuff added.2001-01-31 15:28 mhall * weka/classifiers/Bagging.java (1.13): Bagging resurected from the dead :-)2001-01-30 10:19 mhall * weka/gui/explorer/ClassifierPanel.java (1.42): Added menu item for viewing cost curves.2001-01-30 10:18 mhall * weka/gui/visualize/: Plot2D.java (1.14), PlotData2D.java (1.10), Visualize.props (1.7): Added support for drawing lines. Added default viewing dimensions for cost curves.2001-01-30 10:13 mhall * weka/classifiers/evaluation/Makefile (1.5): Added CostCurve.java2001-01-30 10:12 mhall * weka/classifiers/evaluation/CostCurve.java (1.1): Initial import.2001-01-30 10:11 mhall * weka/classifiers/Bagging.java (1.12): Now works for numeric class.2001-01-28 08:24 trigg * weka/classifiers/ThresholdSelector.java (1.21): Changed a couple of exceptions.2001-01-26 14:16 trigg * weka/filters/: AbstractTimeSeriesFilter.java (1.2), AddFilter.java (1.14), AllFilter.java (1.6), AttributeExpressionFilter.java (1.8), AttributeFilter.java (1.14), AttributeSelectionFilter.java (1.18), AttributeTypeFilter.java (1.7), CopyAttributesFilter.java (1.8), DiscretizeFilter.java (1.13), EmptyAttributeFilter.java (1.5), FirstOrderFilter.java (1.11), InstanceFilter.java (1.8), MakeIndicatorFilter.java (1.12), MergeTwoValuesFilter.java (1.7), NominalToBinaryFilter.java (1.14), NonSparseToSparseFilter.java (1.5), NormalizationFilter.java (1.8), NullFilter.java (1.5), NumericToBinaryFilter.java (1.5), NumericTransformFilter.java (1.11), ObfuscateFilter.java (1.5), RandomizeFilter.java (1.5), ReplaceMissingValuesFilter.java (1.10), ResampleFilter.java (1.8), SparseToNonSparseFilter.java (1.5), SplitDatasetFilter.java (1.9), SpreadSubsampleFilter.java (1.6), StringToNominalFilter.java (1.4), StringToWordVectorFilter.java (1.6), SwapAttributeValuesFilter.java (1.9), TimeSeriesDeltaFilter.java (1.6), TimeSeriesTranslateFilter.java (1.8): Cleaned up exception handling of filters: using the newly defined core exceptions, and other exceptions where appropriate.2001-01-26 14:14 trigg * weka/core/: BinarySparseInstance.java (1.4), Instance.java (1.12), Instances.java (1.30), Range.java (1.9), SparseInstance.java (1.8), UnassignedClassException.java (1.1), UnassignedDatasetException.java (1.1), UnsupportedAttributeTypeException.java (1.1), UnsupportedClassTypeException.java (1.1), WekaException.java (1.1): First stage cleaning up exception handling. Introduced some Exception classes and converted core classes to use them where appropriate.2001-01-24 12:24 trigg * weka/classifiers/ThresholdSelector.java (1.20): Added Exception for wrong type of class attribute. Removed exception for presence of string attributes. Added IllegalArgumentException for too small value of numXValFolds.2001-01-24 12:22 trigg * weka/classifiers/evaluation/: NominalPrediction.java (1.7), NumericPrediction.java (1.4): Added toString methods.2001-01-24 11:45 rbk1 * weka/associations/ItemSet.java (1.7): Made member variables protected.2001-01-24 11:45 rbk1 * weka/associations/Apriori.java (1.9): Made member variables protected. Fixed ranking problem by using stableSort.2001-01-24 11:27 rbk1 * weka/core/Utils.java (1.27): Added stable sort for double arrays.2001-01-23 13:46 trigg * weka/core/Instances.java (1.29): Ooops, was a bit strict on one of the IllegalArgumentExceptions. No longer throws if setClassIndex called with negative number (as this is used to unset the class index).2001-01-22 16:48 trigg * weka/core/Utils.java (1.26): Added a comment.2001-01-22 16:47 trigg * weka/classifiers/evaluation/EvaluationUtils.java (1.5): Doesn't
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -