文件名称:fc45-1.5.0.tar
-
所属分类:
- 标签属性:
- 上传时间:2012-11-14
-
文件大小:163.24kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Fast implementation of C4/5 in Java
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bin/
bin/c45.bat
bin/cv.bat
bin/c45
bin/cv
bin/create.bat
bin/create
dataset/
dataset/UCI/
dataset/UCI/golf.data
dataset/UCI/golf.names
dataset/UCI/iris.data
dataset/UCI/iris.names
docs/
docs/package-list
docs/overview-frame.html
docs/constant-values.html
docs/overview-tree.html
docs/index-all.html
docs/deprecated-list.html
docs/allclasses-frame.html
docs/allclasses-noframe.html
docs/index.html
docs/overview-summary.html
docs/help-doc.html
docs/stylesheet.css
docs/profile/
docs/profile/toolbar/
docs/profile/toolbar/standard_toolbar(1).ini
docs/mail/
docs/mail/index.ini
docs/index-files/
docs/index-files/index-1.html
docs/index-files/index-2.html
docs/index-files/index-3.html
docs/index-files/index-4.html
docs/index-files/index-5.html
docs/index-files/index-6.html
docs/index-files/index-7.html
docs/index-files/index-8.html
docs/index-files/index-9.html
docs/index-files/index-10.html
docs/index-files/index-11.html
docs/index-files/index-12.html
docs/index-files/index-13.html
docs/index-files/index-14.html
docs/index-files/index-15.html
docs/index-files/index-16.html
docs/index-files/index-17.html
docs/index-files/index-18.html
docs/resources/
docs/resources/inherit.gif
docs/ml/
docs/ml/tree/
docs/ml/tree/InternalNode.html
docs/ml/tree/LeafNode.html
docs/ml/tree/Tree.html
docs/ml/tree/TreeNode.html
docs/ml/tree/TreeNodeContent.html
docs/ml/tree/TreeView.html
docs/ml/tree/package-frame.html
docs/ml/tree/package-summary.html
docs/ml/tree/package-tree.html
docs/ml/tree/package-use.html
docs/ml/tree/class-use/
docs/ml/tree/class-use/InternalNode.html
docs/ml/tree/class-use/LeafNode.html
docs/ml/tree/class-use/Tree.html
docs/ml/tree/class-use/TreeNode.html
docs/ml/tree/class-use/TreeNodeContent.html
docs/ml/tree/class-use/TreeView.html
docs/ml/dataset/
docs/ml/dataset/ContinuousAttribute.html
docs/ml/dataset/DataSet.html
docs/ml/dataset/DiscreteAttribute.html
docs/ml/dataset/MetaData.html
docs/ml/dataset/UCIDataSet.html
docs/ml/dataset/package-frame.html
docs/ml/dataset/package-summary.html
docs/ml/dataset/package-tree.html
docs/ml/dataset/package-use.html
docs/ml/dataset/Attribute.html
docs/ml/dataset/class-use/
docs/ml/dataset/class-use/ContinuousAttribute.html
docs/ml/dataset/class-use/DataSet.html
docs/ml/dataset/class-use/DiscreteAttribute.html
docs/ml/dataset/class-use/MetaData.html
docs/ml/dataset/class-use/UCIDataSet.html
docs/ml/dataset/class-use/Attribute.html
docs/ml/util/
docs/ml/util/Statistics.html
docs/ml/util/package-frame.html
docs/ml/util/package-summary.html
docs/ml/util/package-tree.html
docs/ml/util/package-use.html
docs/ml/util/Stopwatch.html
docs/ml/util/Stopwatch.Status.html
docs/ml/util/HtmlTreeView.html
docs/ml/util/PlainTreeView.html
docs/ml/util/TreeView.html
docs/ml/util/TreeViewAdapter.html
docs/ml/util/class-use/
docs/ml/util/class-use/Statistics.html
docs/ml/util/class-use/Stopwatch.html
docs/ml/util/class-use/Stopwatch.Status.html
docs/ml/util/class-use/HtmlTreeView.html
docs/ml/util/class-use/PlainTreeView.html
docs/ml/util/class-use/TreeView.html
docs/ml/util/class-use/TreeViewAdapter.html
docs/ml/classifier/
docs/ml/classifier/Classifier.html
docs/ml/classifier/CrossValidator.html
docs/ml/classifier/TreeClassifier.html
docs/ml/classifier/package-frame.html
docs/ml/classifier/package-summary.html
docs/ml/classifier/package-tree.html
docs/ml/classifier/package-use.html
docs/ml/classifier/class-use/
docs/ml/classifier/class-use/Classifier.html
docs/ml/classifier/class-use/CrossValidator.html
docs/ml/classifier/class-use/TreeClassifier.html
docs/ml/classifier/dt/
docs/ml/classifier/dt/AttributeDelegate.html
docs/ml/classifier/dt/C45.html
docs/ml/classifier/dt/ContinuousAttributeDelegate.html
docs/ml/classifier/dt/DecisionTree.html
docs/ml/classifier/dt/DiscreteAttributeDelegate.html
docs/ml/classifier/dt/Estimator.html
docs/ml/classifier/dt/GainCalculator.html
docs/ml/classifier/dt/Parameter.html
docs/ml/classifier/dt/package-frame.html
docs/ml/classifier/dt/package-summary.html
docs/ml/classifier/dt/package-tree.html
docs/ml/classifier/dt/package-use.html
docs/ml/classifier/dt/class-use/
docs/ml/classifier/dt/class-use/AttributeDelegate.html
docs/ml/classifier/dt/class-use/C45.html
docs/ml/classifier/dt/class-use/ContinuousAttributeDelegate.html
docs/ml/classifier/dt/class-use/DecisionTree.html
docs/ml/classifier/dt/class-use/DiscreteAttributeDelegate.html
docs/ml/classifier/dt/class-use/Estimator.html
docs/ml/classifier/dt/class-use/GainCalculator.html
docs/ml/classifier/dt/class-use/Parameter.html
lib/
lib/dTree.zip
lib/c45.jar
readme/
readme/Usage Of Bin.html
readme/How to cite and contact.html
readme/Data Format.html
src/
src/ml/
src/ml/classifier/
src/ml/classifier/dt/
src/ml/classifier/dt/DecisionTree.java
src/ml/classifier/dt/DiscreteAttributeDelegate.java
src/ml/classifier/dt/Estimator.java
src/ml/classifier/dt/GainCalculator.java
src/ml/classifier/dt/Parameter.java
src/ml/classifier/dt/AttributeDelegate.java
src/ml/classifier/dt/C45.java
src/ml/classifier/dt/ContinuousAttributeDelegate.java
src/ml/classifier/Classifier.java
src/ml/classifier/CrossValidator.java
src/ml/classifier/TreeClassifi
bin/c45.bat
bin/cv.bat
bin/c45
bin/cv
bin/create.bat
bin/create
dataset/
dataset/UCI/
dataset/UCI/golf.data
dataset/UCI/golf.names
dataset/UCI/iris.data
dataset/UCI/iris.names
docs/
docs/package-list
docs/overview-frame.html
docs/constant-values.html
docs/overview-tree.html
docs/index-all.html
docs/deprecated-list.html
docs/allclasses-frame.html
docs/allclasses-noframe.html
docs/index.html
docs/overview-summary.html
docs/help-doc.html
docs/stylesheet.css
docs/profile/
docs/profile/toolbar/
docs/profile/toolbar/standard_toolbar(1).ini
docs/mail/
docs/mail/index.ini
docs/index-files/
docs/index-files/index-1.html
docs/index-files/index-2.html
docs/index-files/index-3.html
docs/index-files/index-4.html
docs/index-files/index-5.html
docs/index-files/index-6.html
docs/index-files/index-7.html
docs/index-files/index-8.html
docs/index-files/index-9.html
docs/index-files/index-10.html
docs/index-files/index-11.html
docs/index-files/index-12.html
docs/index-files/index-13.html
docs/index-files/index-14.html
docs/index-files/index-15.html
docs/index-files/index-16.html
docs/index-files/index-17.html
docs/index-files/index-18.html
docs/resources/
docs/resources/inherit.gif
docs/ml/
docs/ml/tree/
docs/ml/tree/InternalNode.html
docs/ml/tree/LeafNode.html
docs/ml/tree/Tree.html
docs/ml/tree/TreeNode.html
docs/ml/tree/TreeNodeContent.html
docs/ml/tree/TreeView.html
docs/ml/tree/package-frame.html
docs/ml/tree/package-summary.html
docs/ml/tree/package-tree.html
docs/ml/tree/package-use.html
docs/ml/tree/class-use/
docs/ml/tree/class-use/InternalNode.html
docs/ml/tree/class-use/LeafNode.html
docs/ml/tree/class-use/Tree.html
docs/ml/tree/class-use/TreeNode.html
docs/ml/tree/class-use/TreeNodeContent.html
docs/ml/tree/class-use/TreeView.html
docs/ml/dataset/
docs/ml/dataset/ContinuousAttribute.html
docs/ml/dataset/DataSet.html
docs/ml/dataset/DiscreteAttribute.html
docs/ml/dataset/MetaData.html
docs/ml/dataset/UCIDataSet.html
docs/ml/dataset/package-frame.html
docs/ml/dataset/package-summary.html
docs/ml/dataset/package-tree.html
docs/ml/dataset/package-use.html
docs/ml/dataset/Attribute.html
docs/ml/dataset/class-use/
docs/ml/dataset/class-use/ContinuousAttribute.html
docs/ml/dataset/class-use/DataSet.html
docs/ml/dataset/class-use/DiscreteAttribute.html
docs/ml/dataset/class-use/MetaData.html
docs/ml/dataset/class-use/UCIDataSet.html
docs/ml/dataset/class-use/Attribute.html
docs/ml/util/
docs/ml/util/Statistics.html
docs/ml/util/package-frame.html
docs/ml/util/package-summary.html
docs/ml/util/package-tree.html
docs/ml/util/package-use.html
docs/ml/util/Stopwatch.html
docs/ml/util/Stopwatch.Status.html
docs/ml/util/HtmlTreeView.html
docs/ml/util/PlainTreeView.html
docs/ml/util/TreeView.html
docs/ml/util/TreeViewAdapter.html
docs/ml/util/class-use/
docs/ml/util/class-use/Statistics.html
docs/ml/util/class-use/Stopwatch.html
docs/ml/util/class-use/Stopwatch.Status.html
docs/ml/util/class-use/HtmlTreeView.html
docs/ml/util/class-use/PlainTreeView.html
docs/ml/util/class-use/TreeView.html
docs/ml/util/class-use/TreeViewAdapter.html
docs/ml/classifier/
docs/ml/classifier/Classifier.html
docs/ml/classifier/CrossValidator.html
docs/ml/classifier/TreeClassifier.html
docs/ml/classifier/package-frame.html
docs/ml/classifier/package-summary.html
docs/ml/classifier/package-tree.html
docs/ml/classifier/package-use.html
docs/ml/classifier/class-use/
docs/ml/classifier/class-use/Classifier.html
docs/ml/classifier/class-use/CrossValidator.html
docs/ml/classifier/class-use/TreeClassifier.html
docs/ml/classifier/dt/
docs/ml/classifier/dt/AttributeDelegate.html
docs/ml/classifier/dt/C45.html
docs/ml/classifier/dt/ContinuousAttributeDelegate.html
docs/ml/classifier/dt/DecisionTree.html
docs/ml/classifier/dt/DiscreteAttributeDelegate.html
docs/ml/classifier/dt/Estimator.html
docs/ml/classifier/dt/GainCalculator.html
docs/ml/classifier/dt/Parameter.html
docs/ml/classifier/dt/package-frame.html
docs/ml/classifier/dt/package-summary.html
docs/ml/classifier/dt/package-tree.html
docs/ml/classifier/dt/package-use.html
docs/ml/classifier/dt/class-use/
docs/ml/classifier/dt/class-use/AttributeDelegate.html
docs/ml/classifier/dt/class-use/C45.html
docs/ml/classifier/dt/class-use/ContinuousAttributeDelegate.html
docs/ml/classifier/dt/class-use/DecisionTree.html
docs/ml/classifier/dt/class-use/DiscreteAttributeDelegate.html
docs/ml/classifier/dt/class-use/Estimator.html
docs/ml/classifier/dt/class-use/GainCalculator.html
docs/ml/classifier/dt/class-use/Parameter.html
lib/
lib/dTree.zip
lib/c45.jar
readme/
readme/Usage Of Bin.html
readme/How to cite and contact.html
readme/Data Format.html
src/
src/ml/
src/ml/classifier/
src/ml/classifier/dt/
src/ml/classifier/dt/DecisionTree.java
src/ml/classifier/dt/DiscreteAttributeDelegate.java
src/ml/classifier/dt/Estimator.java
src/ml/classifier/dt/GainCalculator.java
src/ml/classifier/dt/Parameter.java
src/ml/classifier/dt/AttributeDelegate.java
src/ml/classifier/dt/C45.java
src/ml/classifier/dt/ContinuousAttributeDelegate.java
src/ml/classifier/Classifier.java
src/ml/classifier/CrossValidator.java
src/ml/classifier/TreeClassifi
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.