📄 changelog-3-1-7
字号:
2000-01-11 11:14 trigg * weka/classifiers/DecisionStump.java (1.10): - Slightly more intelligible source output2000-01-10 13:02 trigg * weka/gui/explorer/: ClassifierPanel.java (1.24), ClustererPanel.java (1.12): - call to taskFinished was in the wrong place.2000-01-10 13:01 trigg * weka/gui/WekaTaskMonitor.java (1.3): - (spazzed on the last update). Removed the border so that the component takes up less space when added to other panels.2000-01-10 12:55 trigg * weka/gui/WekaTaskMonitor.java (1.2): - Removed border so it the component2000-01-10 11:11 trigg * weka/gui/explorer/ClassifierPanel.java (1.23): - reworded class breakdown in gui, added evaluation cost matrix to output when necessary.2000-01-10 11:09 trigg * weka/gui/LogPanel.java (1.5): - Made default log area slightly smaller (means the result history area in ClassifierPanel isn't so stupidly small :-)).2000-01-10 11:08 trigg * weka/classifiers/Evaluation.java (1.26): - Swept up detailed class breakdown and related stats.2000-01-10 11:07 trigg * weka/core/Matrix.java (1.5): - made toString() work out column width automagically.2000-01-06 16:59 mhall * weka/gui/Makefile (1.7): Added TaskLogger and WekaTaskMonitor.2000-01-06 16:59 mhall * weka/Makefile (1.17): added the two images for the task logger.2000-01-06 16:53 mhall * weka/gui/: LogPanel.java (1.4), explorer/ClassifierPanel.java (1.22), explorer/ClustererPanel.java (1.11), explorer/Explorer.java (1.11), explorer/AssociationsPanel.java (1.9), explorer/AttributeSelectionPanel.java (1.10): Added the task logger.2000-01-06 16:52 mhall * weka/gui/PropertySheetPanel.java (1.5): Fixed small incompatability with java 1.12000-01-06 16:50 mhall * weka/gui/: weka_stationary.gif (1.1), weka_animated.gif (1.1), TaskLogger.java (1.1), WekaTaskMonitor.java (1.1): initial import2000-01-06 16:15 trigg * weka/classifiers/LogitBoost.java (1.14): - Static classifier now has a method for retrieving the class distributions.1999-12-24 15:37 trigg * weka/: filters/AddFilter.java (1.7), filters/AllFilter.java (1.3), filters/AttributeFilter.java (1.5), filters/CopyAttributesFilter.java (1.2), filters/DiscretizeFilter.java (1.7), filters/FirstOrderFilter.java (1.5), filters/NumericTransformFilter.java (1.4), filters/TimeSeriesTranslateFilter.java (1.2), gui/PropertySheetPanel.java (1.4), gui/ResultHistoryPanel.java (1.10): - Modified tiptext/about handling for gui. Started adding this info to filters.1999-12-23 16:30 trigg * weka/core/Utils.java (1.15): - doubleToString barfed on doubles of a size that get converted to scientific notation, now returns the sci version rather than NaN.1999-12-23 16:28 trigg * weka/classifiers/Evaluation.java (1.25): - Can now specify class name of static classifiers from command line.1999-12-23 16:26 trigg * weka/experiment/Stats.java (1.4): - Fixed max/min calculation1999-12-21 13:12 mhall * weka/attributeSelection/Makefile (1.8): Added RankSearch.java1999-12-21 13:11 mhall * weka/gui/GenericObjectEditor.props (1.10): Added OneRAttributeEval and RankSearch1999-12-21 13:06 mhall * weka/attributeSelection/RandomSearch.java (1.7): Just a missing ;1999-12-21 11:52 mhall * weka/attributeSelection/: BestFirst.java (1.14), CfsSubsetEval.java (1.8), ConsistencySubsetEval.java (1.2), ExhaustiveSearch.java (1.4), ForwardSelection.java (1.7), GainRatioAttributeEval.java (1.6), GeneticSearch.java (1.7), InfoGainAttributeEval.java (1.6), RandomSearch.java (1.6), Ranker.java (1.10), ReliefFAttributeEval.java (1.7), SymmetricalUncertAttributeEval.java (1.6), WrapperSubsetEval.java (1.10): Added globalInfo and TipText for options.1999-12-21 11:51 mhall * weka/gui/PropertySheetPanel.java (1.3): About information now displays extended text for TipText, if methods have them. Also displays into a JScrollPane.1999-12-21 07:27 trigg * weka/gui/GenericObjectEditor.props (1.9): - Removed a ".java" from the properties.1999-12-15 11:36 trigg * weka/filters/DiscretizeFilter.java (1.6): - Speedup during instance conversion1999-12-15 11:36 trigg * weka/classifiers/Evaluation.java (1.24): - Fixed typo in output.1999-12-09 13:51 trigg * weka/classifiers/Evaluation.java (1.23): - Main utility method no longer removes string attributes from the dataset. It's the classifier's responsibility to report if it cannot handle string attributes.1999-12-09 11:21 trigg * weka/filters/: AddFilter.java (1.6), AttributeFilter.java (1.4), NominalToBinaryFilter.java (1.8), NormalizationFilter.java (1.2): - Changed to use Instance.toDoubleArray rather than calling setValue all the time -- vast speedup during filtering (especially when the number of attributes is high).1999-12-09 11:17 trigg * weka/core/Instance.java (1.4): - Added a method to get the attribute values as a double array, and added a warning in the setValue documentation that it's far slower than you might expect.1999-12-08 14:18 trigg * weka/gui/: experiment/DatasetListPanel.java (1.7), experiment/ResultsPanel.java (1.12), experiment/RunPanel.java (1.8), explorer/ClassifierPanel.java (1.21), explorer/PreprocessPanel.java (1.13): - Changed to use Instances.FILE_EXTENSION1999-12-08 14:17 trigg * weka/gui/SetInstancesPanel.java (1.5): - Uses Instances.FILE_EXTENSION1999-12-08 14:17 trigg * weka/gui/CostMatrixEditor.java (1.3): - Supports editing of diagonal values. Uses CostMatrix.FILE_EXTENSION1999-12-08 14:16 trigg * weka/experiment/Makefile (1.5): - Added CostSensitiveClassifierSplitEvaluator.1999-12-08 14:15 trigg * weka/experiment/CostSensitiveClassifierSplitEvaluator.java (1.2): - Uses average cost and total cost measures. Changed to use suggested cost file extension CostMatrix.FILE_EXTENSION.1999-12-08 14:12 trigg * weka/core/Instances.java (1.16): - Added a public member for the suggested filename extension for arff files.1999-12-08 14:11 trigg * weka/classifiers/MetaCost.java (1.3): - Uses suggested cost file extension CostMatrix.FILE_EXTENSION1999-12-08 14:11 trigg * weka/classifiers/CostSensitiveClassifier.java (1.3): - Uses suggested cost file extension CostMatrix.FILE_EXTENSION.1999-12-08 14:10 trigg * weka/classifiers/CostMatrix.java (1.4): - Changed to permit non-zero diagonal cost entries. Added a normalize method to convert to a matrix with zero valued diagonal entries.1999-12-08 14:08 trigg * weka/classifiers/Evaluation.java (1.22): - Changed handling for cost-sensitive evaluation. Confusion matrix no longer includes cost factors (too confusing), similar with true/false positive rates. Replaced non-intuitive correct/incorrect with cost with average cost and total cost. Command line option -m now only specifies cost-sensitive evaluation, for cost-sensitive prediction use one of the cost-sensitive meta schemes.1999-12-06 15:52 eibe * weka/classifiers/DecisionStump.java (1.9): Fixed bug that produced incorrect decision stumps for nominal attributes when the class is nominal and missing values are present.1999-12-06 13:20 trigg * weka/experiment/AveragingResultProducer.java (1.4): - Removed repeated code.1999-12-06 13:07 trigg * weka/experiment/DatabaseResultProducer.java (1.5): - Fixed bug where doRunKeys had no body.1999-12-06 10:29 trigg * weka/gui/: CostMatrixEditor.java (1.2), FileEditor.java (1.3), SetInstancesPanel.java (1.4), experiment/DatasetListPanel.java (1.6), experiment/ResultsPanel.java (1.11), experiment/SetupPanel.java (1.9), explorer/AssociationsPanel.java (1.8), explorer/AttributeSelectionPanel.java (1.9), explorer/ClassifierPanel.java (1.20), explorer/ClustererPanel.java (1.10), explorer/PreprocessPanel.java (1.12): - Changed FileChoosers to default to the current directory rather than user's home (on Mac and NT, where the user's home is often nowhere near anything useful, the current directory makes much more sense. The user's home is still only one click away).1999-12-06 10:10 trigg * weka/: experiment/CostSensitiveClassifierSplitEvaluator.java (1.1), gui/GenericObjectEditor.props (1.8): - Added a classifier split evaluator that performs cost-sensitive evaluation.1999-12-06 10:09 trigg * weka/classifiers/: CostSensitiveClassifier.java (1.2), Evaluation.java (1.21), MetaCost.java (1.2): - Changed cost file handling for cost-sensitive classifiers to support experiments across multiple datasets. Cost files can now be loaded "on-demand" where a specified directory will be searched for a cost file named with the relation name plus ".cost". Added a method to Evalution to return the average cost.1999-12-02 19:34 trigg * weka/: classifiers/Makefile (1.8), classifiers/MetaCost.java (1.1), gui/GenericObjectEditor.props (1.7): - Implemented MetaCost, first version. Modified Makefile and gui property file accordingly.1999-12-02 19:33 trigg * weka/classifiers/Bagging.java (1.9): - Added an option for resamples to be a different size to the input training set (for superlinear schemes, reducing this can give large speedups).1999-12-02 19:32 trigg * weka/classifiers/CostMatrix.java (1.3): - Added a method to generate a default cost matrix for a set of instances that weights errors proportional to the ratio of the predicted to actual class (i.e. higher cost for predicting a rare class as a common class)1999-12-02 19:30 trigg * weka/classifiers/Evaluation.java (1.20): - Removed debugging output of cost matrix1999-12-02 19:29 trigg * weka/classifiers/DistributionClassifier.java (1.3): - Fixed typo1999-12-02 19:29 trigg * weka/classifiers/CheckClassifier.java (1.9): - Fixed bug in testing whether test class vals are ignored (I think this was only due to an earlier change in Instances)1999-12-02 19:27 trigg * weka/core/Matrix.java (1.4): - Made serializable, so cost-sensitive classifiers can be serialized properly1999-12-01 10:53 eibe * weka/gui/AttributeSummaryPanel.java (1.2): Changed import statement for AttributeStats class.1999-11-30 16:54 mhall * weka/gui/explorer/VisualizePanel.java (1.10): Fixed bug affecting attributes with only one distinct value.1999-11-30 16:52 eibe * weka/core/AttributeStats.java (1.1): Made AttributeStats a separate public class.1999-11-30 16:51 eibe * weka/core/: Instances.java (1.15), Makefile (1.5): Made AttributeStats public class.1999-11-30 16:32 eibe * weka/filters/NominalToBinaryFilter.java (1.7): No longer creates two dummy attributes for original binary attribute in datasets with a nominal class.1999-11-30 15:51 trigg * weka/: Makefile (1.16), classifiers/Makefile (1.7), gui/Makefile (1.6): - Changed makefiles to allow using alternatives to javac. eg: make all JAVA=jikes1999-11-30 15:24 eibe * weka/classifiers/Logistic.java (1.6): 1. Fixed bug that made results for nominal datasets meaningless. 2. Included proper ridge estimator to avoid singularities.1999-11-30 10:54 mhall * weka/experiment/PairedTTester.java (1.6): Fixed bug in code that sets field widths for standard deviations.1999-11-29 11:46 trigg * weka/gui/GenericObjectEditor.props (1.6): - Changed to include new filters.1999-11-29 11:44 trigg * weka/filters/Makefile (1.9): - adjusted to reflect the new filters1999-11-29 11:35 trigg * weka/filters/: AttributeTypeFilter.java (1.1), StringToNominalFilter.java (1.1): - Initial version of new filter.1999-11-29 11:33 trigg * weka/experiment/PairedStats.java (1.3): - Can take a two column arff file as input and calculate stats between1999-11-29 11:31 trigg * weka/core/Instances.java (1.14): - String attribute values now not duplicated in header.1999-11-29 10:29 mhall * weka/attributeSelection/RankSearch.java (1.1): Initial import.1999-11-29 10:28 mhall * weka/attributeSelection/AttributeSelection.java (1.12): Changed how field widths are set.1999-11-29 10:27 mhall * weka/gui/explorer/AttributeSelectionPanel.java (1.8): Changed so that results list shows seach + evaluator, rather than evaluator + search.1999-11-29 10:26 mhall * weka/experiment/DatabaseUtils.java (1.6): Increased max string size to 300 chars.1999-11-26 17:25 mhall * weka/gui/experiment/ResultsPanel.java (1.10): Shortened the label for the standard deviation check box.1999-11-26 16:46 mhall * weka/Makefile (1.15): Added line to include weka icon jpg in jar file.1999-11-26 16:42 mhall * weka/gui/experiment/ResultsPanel.java (1.9): Added a checkbox for displaying standard deviations.1999-11-26 16:40 mhall * weka/experiment/: AveragingResultProducer.java (1.3), CrossValidationResultProducer.java (1.3), DatabaseResultProducer.java (1.4), InstanceQuery.java (1.4), RandomSplitResultProducer.java (1.3), ResultProducer.java (1.2): Added a doRunKeys method to assemble just the keys for a run. Fixes the problem of results being regenerated for stuff that is already in a database.1999-11-26 16:33 mhall * weka/experiment/PairedTTester.java (1.5): Added the ability for standard deviations to be output.1999-11-26 16:32 mhall * weka/experiment/Experiment.java (1.4): Fixed bug that caused instances to be reloaded for each run!1999-11-25 16:57 mhall * weka/gui/explorer/VisualizePanel.java (1.9): Fixed bug that prevented left-button popup of instance info to work after the first right-button popup had been closed.1999-11-25 12:29 mhall * weka/clusterers/: ClusterEvaluation.java (1.8), Clusterer.java (1.4), DistributionClusterer.java (1.4), EM.java (1.7): Added distributionForInstance, makeCopies.1999-11-18 13:51 mhall * weka/gui/explorer/Explorer.java (1.10): Displays weka icon when iconified.1999-11-18 13:50 mhall * weka/gui/weka_icon.jpg (1.1): Initial import.1999-11-18 13:48 mhall * weka/: filters/AddFilter.java (1.5), attributeSelection/CfsSubsetEval.java (1.7), attributeSelection/BestFirst.java (1.13), attributeSelection/WrapperSubsetEval.java (1.9): Added a globalInfo method and TipText methods for each property.1999-11-18 13:47 mhall * weka/gui/PropertySheetPanel.java (1.2): Can now display global information about the target object as well as individual tip text for each property. Editable objects need to have a public String globalInfo() method and a TipText() method for each editable property. Eg, if some class has get/setBlah() then it needs a public String blahTipText() method. Still works fine for classes that don't have these methods.1999-11-15 12:10 mhall * weka/gui/explorer/ClassifierPanel.java (1.19): Added some progress status for when a classifier is testing.1999-11-15 09:37 eibe * weka/: classifiers/Evaluation.java (1.19), experiment/DatabaseUtils.java (1.5), experiment/InstanceQuery.java (1.3): Changed html tags to be properly nested.1999-11-15 09:29 eibe * weka/filters/ResampleFilter.java (1.2): Changed Java 1.2 class to nextInt() to 1.1 format.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -