Welcome![Sign In][Sign Up]
Location:
Search - decision tree UCI

Search list

[Windows Developmushroom

Description: /* The sample demonstrates how to build a decision tree for classifying mushrooms. It uses the sample base agaricus-lepiota.data from UCI Repository, here is the link: Newman, D.J. & Hettich, S. & Blake, C.L. & Merz, C.J. (1998). UCI Repository of machine learning databases [http://www.ics.uci.edu/~mlearn/MLRepository.html]. Irvine, CA: University of California, Department of Information and Computer Science. */ // loads the mushroom database, which is a text file, containing // one training sample per row, all the input variables and the output variable are categorical, // the values are encoded by characters.
Platform: | Size: 4096 | Author: tofighi | Hits:

[OtherID3

Description: 决策树分类算法的实现和性能测试,使用UCI Iris Data Set进行测试。-Implementation and performance testing of the decision tree classification algorithm
Platform: | Size: 6144 | Author: xplife | Hits:

[AI-NN-PRCART

Description: 机器学习-CART决策树代码。使用UCI上面的Adult数据集。-Machine learning- CART decision tree using adult database on UCI.
Platform: | Size: 569344 | Author: 吴学明 | Hits:

[AI-NN-PRID3决策树算法实验

Description: 决策树ID3算法实验_数据集car_databases。用python编写的决策树ID3算法,运用了Car-Evaluation的例子。BUG较少,综合了网上的优秀代码,并进一步形成自己的代码。代码基本有注释,风格良好,能够很快看懂。内含有比较规范的报告文档,包含所有流程图,说明图,以及文档风格绝对不错,无需更改,建议下载! 该算法所测试的数据集如下(已经打包在内,并已经生成xls格式,方便直接使用): 已知:UCI标准数据集Car-Evaluation,定义了汽车性价比的4 个类别; 求:用ID3算法建立Car-Evaluation的属性描述决策树 Car-Evaluation训练数据集文件: 1. car_databases.pdf 2. car_evalution-databases.pdf(Decision tree ID3 algorithm experiment data set car_databases. The decision tree ID3 algorithm written in Python is used in the example of Car-Evaluation. BUG is less, it combines the excellent code on the Internet, and further forms its own code. The code is basically annotated, style is good, and can read quickly. It contains a relatively standardized report document, including all flow charts, illustrations, and document styles. Absolutely, no need to change. We recommend downloading. The data set tested by this algorithm is as follows (already packaged and has been generated in XLS format for easy use): Known: the UCI standard dataset Car-Evaluation defines 4 categories of vehicle performance price ratio. Use ID3 algorithm to build Car-Evaluation attribute description tree. Car-Evaluation training dataset file: 1. car_databases.pdf 2. car_evalution-databases.pdf)
Platform: | Size: 1227776 | Author: 小强你好 | Hits:

CodeBus www.codebus.net