文件名称:decision_tree
介绍说明--下载内容均来自于网络,请自行研究使用
自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, the code contains the main main function and KD search algorithm, and the corresponding data input, the entire code integrity, you can run directly.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
decision_tree\data_preprocess.m
decision_tree\decision_tree.m
decision_tree\decision_tree_main.m
decision_tree\print_tree.m
decision_tree\Queue.m
decision_tree\tree_plot.m
decision_tree
decision_tree\decision_tree.m
decision_tree\decision_tree_main.m
decision_tree\print_tree.m
decision_tree\Queue.m
decision_tree\tree_plot.m
decision_tree