文件名称:决策树算法以及随机森林算法 (C++)
文件大小:41KB
文件格式:RAR
更新时间:2015-02-01 19:36:18
决策树 随机森林
用C++实现的C4.5算法,以及在此基础上实现的随机森林算法。带有两个训练与测试集合。
【文件预览】:
code
----decision_tree.h(1KB)
----random_forest.h(1KB)
----led24_test(50KB)
----decision_tree.cpp(7KB)
----led24_train(147KB)
----random_forest.cpp(8KB)
----chess_test(56KB)
----chess_train(178KB)
----makefile(222B)