搜索资源列表
DeTree
- 数据挖掘的决策树算法,C语言实现,可直接运行。-Data Mining Decision Tree Algorithm, C language and can run.
ID3.rar
- 决策树算法ID3的代码实验,编译后可直接使用的ID3代码,ID3 decision tree algorithm code experiments, compiled code can be directly used in ID3
id3
- ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
PCI_Code-Folder
- 《集体智慧编程》这本书的源码,里面包含数据挖掘方面的一些算法,包括遗传算法,费舍尔算法,决策树等-" The collective wisdom of programming source code of this book, which contains the data mining aspects of algorithms, including genetic algorithms, Fisher algorithm, decision tree
matlab_ID3
- 决策树的ID3算法的源代码,最后是其实验数据,运行很简单!-ID3 decision tree algorithm source code, and finally the experimental data, the run is very simple!
DecisionTree
- 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){ string filename = "source.txt" DecisionTree dt int attr_node = 0 TreeNode* treeHead = nullptr set<int> readLineNum vector<int> readClumNum int deep
treePlotter
- python编写的决策树算法源码,清晰易懂,而且有源数据文件-written python decision tree algorithm source code, clear and understandable, and active data file
常用算法的代码
- 包括神经网络,决策树,随机森林,支持向量机等,利于初学者学习进步。