搜索资源列表
ID3
- 数据挖据决策树算法ID3算法java实现,包含引用文件,简单易懂-Data Mining Decision Tree Algorithm ID3, simple and easy to understand by java, contains references to files
ID3
- id3,数据挖掘的决策树的经典算法,利用Java实现-data mining
id3
- id3决策树算法,maxlen为数据维数,根绝数据自行修改,根据属性名修改main函数,可运行-id3 decision tree algorithms, maxlen for the data dimension, eradicate data modify, modify the main function according to the attribute name, you can run
DecisionTreeAndRDF-master
- id3决策树算法和随机森林算法,讲的很清晰,步骤很详细-id3 decision tree algorithms and random forest algorithms, said very clearly, very detailed step
ID3
- 决策树算法的实现,id3算法,内含实验数据以及报告-an example of id3 algorithm
MyId3
- 用c#编写的id3算法,用于数据挖掘,经过测试可以运行。-Id3 algorithm written in c#, used for data mining, through the test can be run.
Data-mining
- 5种Python数据挖掘算法:Bayes,Apriori,K-means,ID3,K-data mining of Python
ID3-and-C4.5
- ID3 and C4.5, such as data mining algorithms for classification
ID3算法
- d3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。
HSZPD
- 由于ID3算法在实际应用中存在一些问题,于是Quilan提出了C4 5算法,严格上说C4 5只能是ID3的一个改进算法,()
数据挖掘各类算法
- apriori、id3、c4.5、fp树等算法的的python实现(Python implementation of apriori, id3, c4.5, FP Tree and other algorithms)
Decision_tree-python
- 使用决策树(包括ID3,C45,CART)对数据做多分类预测。(Use Decision Tree to classify.)