⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog-3-1-9

📁 < 数据挖掘--实用机器学习技术及java实现> 一书结合数据挖掘和机器学习的知识,作者陈述了自动挖掘模式的基础理论,并且以java语言实现了具有代表性的各类数据挖掘方法.例如:class
💻
📖 第 1 页 / 共 2 页
字号:
2000-10-17 17:03  mhall	* weka/Makefile (1.28): Added remote.policy entry. Modified code	for adding the pointer to the Tutorial.pdf file etc. to work        properly with 1.2 javadoc's emulation of the 1.1 doc style.2000-10-16 16:39  mhall	* weka/converters/: ArffToArff.java (1.2), Converter.java (1.2):        Doc fix.2000-10-16 12:06  mhall	* weka/filters/AttributeExpressionFilter.java (1.3): Doc fix.2000-10-16 12:05  mhall	* weka/experiment/InstanceQuery.java (1.8): No longer says "Read 0        instances" :-)2000-10-16 12:03  mhall	* weka/gui/explorer/PreprocessPanel.java (1.19): Added converter        support to the preprocess panel.2000-10-16 12:01  mhall	* weka/gui/: GenericObjectEditor.java (1.21),	GenericObjectEditor.props (1.25): Added converters to	GenericObjectEditor.props; added tip text to the open and save        buttons on the GOE.2000-10-16 11:55  mhall	* weka/converters/: Makefile (1.1), ArffToArff.java (1.1),        Converter.java (1.1), CsvToArff.java (1.1): Initial import.2000-10-16 11:43  mhall	* weka/gui/visualize/VisualizePanel.java (1.13): Added some code to	prevent the combo boxes from growing out of control with long        attribute names.2000-10-16 11:40  eibe	* weka/filters/: SplitDatasetFilter.java (stable-3-0-patches.1),	SplitDatasetFilter.java (1.4): "-V" didn't get returned in all        cases in getOptions.2000-10-16 11:34  eibe	* weka/classifiers/SMO.java (1.17): Made two changes involving	options (basically reverting the option-handling to what it was	like in weka-3-1-7) Change 1: data is now being normalized by	default (and option -R has been replaced by option -N) Change 2:	the default value for C is now 1 (instead of 1000) Both these	changes have been made to improve speed on standard datasets (and        for consistency with the book version).2000-10-16 10:07  mhall	* weka/classifiers/AdditiveRegression.java (1.2): Added option for        turning on debugging output.2000-10-13 10:10  mhall	* weka/gui/GenericObjectEditor.props (1.24): AdditiveRegression        added.2000-10-13 10:09  mhall	* weka/classifiers/: AdditiveRegression.java (1.1), Makefile        (1.18): AdditiveRegression initial import.2000-10-10 16:05  mhall	* weka/core/Attribute.java (1.12): javadoc fix.2000-10-03 11:49  mhall	* weka/gui/explorer/Explorer.java (1.15): VisualizePanel now does        message logging.2000-10-03 11:48  mhall	* weka/gui/visualize/: AttributePanel.java (1.5),	VisualizePanel.java (1.12), Visualize.props (1.6): Due to a	limitation in GridBagLayout, the AttributePanel can display a	maximum of 512 attribute bars. VisualizePanel will not render the	AttributePanel if a data set contains more than 512 attributes.        There is now a property for turning the AttributePanel on or off.2000-09-29 10:59  trigg	* weka/core/SerializedObject.java (1.2): Made this Serializable.2000-09-25 17:17  trigg	* weka/core/Attribute.java (1.11): Changed compression threshold to        be more useful in practise.2000-09-25 10:07  trigg	* weka/core/Matrix.java (1.8): Fixed the matrix transpose problem        introduced with last checkin.2000-09-21 11:56  trigg	* weka/: filters/Makefile (1.16),	filters/StringToWordVectorFilter.java (1.1),	gui/GenericObjectEditor.props (1.23): Simple version of a filter to        convert string attributes to word vector representation.2000-09-20 16:50  trigg	* weka/classifiers/evaluation/ThresholdCurve.java (1.7): Adds	FMeasure to the thresholdcurve.  Added method for calculating        n-point precision.2000-09-20 15:34  trigg	* weka/: classifiers/evaluation/ConfusionMatrix.java (1.2),	core/Matrix.java (1.7): implements Cloneable	Matrix now has add method. This and another couple of methods now        work as they should with subclasses.2000-09-20 14:48  trigg	* weka/core/Instances.java (1.22): Added a method to get a certain	attribute value for all instances.	Rearranged a couple of methods to use this array in conjunction	with Utils.sort, rather than having to sort a copy of the instances	-- approx 20% speedup when getting instance summary on waveform        data.2000-09-20 14:41  trigg	* weka/core/Utils.java (1.23): Sort on double arrays now treats NaN	as MAX_VALUE (to give consistent behaviour with how missing values        are treated when instances are sorted).2000-09-19 13:04  trigg	* weka/: core/Attribute.java (1.10), core/SerializedObject.java	(1.1), experiment/OutputZipper.java (1.3),	experiment/RemoteExperiment.java (1.4), gui/GenericArrayEditor.java	(1.8), gui/GenericObjectEditor.java (1.20),	gui/experiment/RunPanel.java (1.13),	gui/explorer/ClassifierPanel.java (1.38),	gui/explorer/ClustererPanel.java (1.25),	gui/explorer/PreprocessPanel.java (1.18): Added a mechanism for	serializing objects in memory.	Replaced several versions of the same type of code to use this	object.	Changed Attribute to support internal compression of strings longer	than Attribute.STRING_COMPRESS_THRESHOLD characters (currently        200).2000-09-19 13:01  trigg	* weka/classifiers/Evaluation.java (1.34): Reading cost files uses        buffered readers. Minor speedup.2000-09-15 16:13  mhall	* weka/gui/experiment/RunPanel.java (1.12): If user aborts a	RemoteExperiment, start button is now enabled only once all        currently excecuting sub-experiments complete.2000-09-15 16:12  mhall	* weka/experiment/RemoteExperiment.java (1.3): Individual hosts are	now removed from the list during running if max failures occur.	Previously, a host on which tasks were starting but then failing	would be tried repeatedly until global max failures was exceeded        and the experiment aborted.2000-09-15 09:46  trigg	* weka/core/: Instance.java (1.6), Instances.java (1.21): Really        minor doc changes. (really :-))2000-09-15 09:43  trigg	* weka/: classifiers/DistributionMetaClassifier.java (1.1),        clusterers/DistributionMetaClusterer.java (1.1): First versions.2000-09-14 17:17  trigg	* weka/filters/SpreadSubsampleFilter.java (1.2): Extra features.2000-09-14 15:46  trigg	* weka/gui/GenericObjectEditor.java (1.19): Now lets you load and	save objects to disk. Quite handy when you have a nice        configuration for an object that takes a while to set up manually.2000-09-13 17:28  trigg	* weka/filters/NumericTransformFilter.java (1.6): Added a default        transform method, so this filter can be used from the GUI.2000-09-13 14:32  trigg	* weka/classifiers/FilteredClassifier.java (1.5): Refactored some        code out into a separate method.2000-09-13 13:48  trigg	* weka/classifiers/FilteredClassifier.java (1.4): Memory reduction        when using string attributes.2000-09-12 17:02  mhall	* weka/core/Range.java (1.4): Changed so that the maximum value	(m_Upper) can be 0. Previously could not apply filters that use        ranges to a single attribute data set.2000-09-11 15:23  trigg	* weka/gui/GenericObjectEditor.props (1.22): Sorted a couple of the        lists... :-)2000-09-07 14:22  mhall	* weka/core/Utils.java (1.22): Added a method to replace all        occurences of a substring in a given string with a new substring.2000-09-07 12:20  mhall	* weka/filters/AttributeExpressionFilter.java (1.2): Forgot to add	a globalInfo method. Also set a default expression and made inner        classes serializable.2000-09-07 11:52  mhall	* weka/gui/GenericObjectEditor.props (1.21): Added the        AttributeExpressionFilter2000-09-07 11:45  mhall	* weka/filters/Makefile (1.15): Added AttributeExpressionFilter2000-09-07 11:40  mhall	* weka/filters/AttributeExpressionFilter.java (1.1): Initial        import.2000-09-05 15:09  mhall	* weka/attributeSelection/RaceSearch.java (1.4): When checking for	no difference between attribute sets significance was not being        tested---only the threshold was. Fixed.2000-08-31 16:23  mhall	* weka/gui/: GenericObjectEditor.java (1.18), PropertyText.java	(1.3): Changed PropertyText so that notifications are given for	every key press rather than just when the user presses enter or	focus is lost. Added a method to copy objects via serialization to	GenericObjectEditor. This allows the cancel button to work a bit        better than before :-)2000-08-29 13:46  mhall	* weka/clusterers/: EM.java (stable-3-0-patches.2), EM.java (1.10):	Changed back from using the normal estimator. The normal estimator	gives a probability rather than a density estimate. Now throws an	exception if the joint density overflows precision (normally	happens when there are many singletons or near singletons resulting	in very small standard deviations; this was causing some exceptions	when normalizing arrays). Added an option to set the minimum	allowable standard deviation for normal density	estimation---increasing this value can prevent density overflow.        Added global info and tip text methods.2000-08-23 15:33  mhall	* weka/clusterers/Cobweb.java (stable-3-0-patches.3): Stats were	not being updated properly when new nodes were considered for        addition to the tree.2000-08-23 11:44  mhall	* weka/clusterers/Cobweb.java (1.8): Stats were not being updated        properly when new nodes were considered for addition to the tree.2000-08-17 15:22  mhall	* weka/experiment/Makefile (1.10): Forgot to uncomment the rmic        command.2000-08-17 15:05  mhall	* weka/gui/experiment/: Makefile (1.4), RunPanel.java (1.11),	SetupPanel.java (1.13): Incorporated support for remote        experiments.2000-08-17 15:04  mhall	* weka/gui/experiment/: HostListPanel.java (1.1),        DistributeExperimentPanel.java (1.1): Initial import.2000-08-17 15:01  mhall	* weka/experiment/: DatabaseUtils.java (1.12), Experiment.java	(1.12), Makefile (1.9), RemoteExperiment.java (1.2),	RemoteExperimentEvent.java (1.2), Task.java (1.2): Small changes to        enable RemoteExperiment to be integrated with the Experimenter.2000-08-17 14:34  mhall	* weka/experiment/RemoteExperimentSubTask.java (1.1): Initial        import.2000-08-15 16:52  trigg	* weka/: associations/ItemSet.java (1.5),	attributeSelection/ConsistencySubsetEval.java (1.4),	classifiers/DecisionTable.java (1.15), classifiers/Evaluation.java	(1.33), core/Attribute.java (1.9), core/SelectedTag.java (1.2):	Fixed buggy equals methods, after reading        http://www.javaworld.com/javaworld/jw-01-1999/jw-01-object_p.html2000-08-14 11:51  trigg	* weka/: classifiers/Classifier.java (1.5),        clusterers/Clusterer.java (1.5): Documentation clarification.2000-08-11 16:13  mhall	* weka/experiment/Makefile (1.8): Added RemoteExperiment related        classes (commented out at present).2000-08-11 16:07  mhall	* weka/experiment/: RemoteEngine.java (1.1), Compute.java (1.1),	Task.java (1.1), RemoteExperimentEvent.java (1.1),	RemoteExperimentListener.java (1.1), RemoteExperiment.java (1.1),        remote.policy (1.1): Initial import.2000-08-11 15:48  mhall	* weka/experiment/Experiment.java (1.11): Options can now be passed	to the result listener on the command line if name of result        listener + its options are surrounded by quotes.2000-08-11 14:17  trigg	* weka/classifiers/evaluation/NominalPrediction.java (1.5): Added a        serialVersionUID to counter serialization problems.2000-08-11 10:59  trigg	* weka/classifiers/FilteredClassifier.java (1.3): Added constructor        that lets an initial classifier and filter be specified.2000-08-11 10:58  trigg	* weka/classifiers/evaluation/NominalPrediction.java (1.4): Added a        method to create a uniform distribution.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -