RandomForest_matlab

所属分类:matlab编程
开发工具:matlab
文件大小:601KB
下载次数:31
上传日期:2018-05-31 00:07:33
上 传 者w1234
说明:  随机森林是一个包含多个决策树的分类器,通过matlab实现实现随机森林算法
(Matlab implementation of random forest algorithm)

文件列表:
RandomForest_matlab (0, 2018-05-31)
RandomForest_matlab\RandomForests (0, 2012-11-07)
RandomForest_matlab\randomForests.c (134216, 2012-11-07)
RandomForest_matlab\RandomForests\datas (0, 2012-11-07)
RandomForest_matlab\RandomForests\datas\satimage (0, 2012-11-07)
RandomForest_matlab\RandomForests\RF.mexw32 (81920, 2012-11-07)
RandomForest_matlab\RandomForests\RF_demo.m (2536, 2012-11-07)
RandomForest_matlab\RandomForests\runRF.m (2616, 2012-11-07)
RandomForest_matlab\RandomForests\runRF_demo.m (546, 2012-11-07)
RandomForest_matlab\RandomForests\satimage.tra (525830, 2012-11-07)
RandomForest_matlab\RandomForests\satimage.txt (236745, 2012-11-07)
RandomForest_matlab\RandomForests\srbct.txt (1001856, 2012-11-07)
RandomForest_matlab\RandomForests\test_data.txt (28024, 2012-11-07)
RandomForest_matlab\RandomForests\trainData.txt (1188000, 2012-11-07)
RandomForest_matlab\RandomForests\train_data.txt (56048, 2012-11-07)
RandomForest_matlab\RF.c (32529, 2012-11-07)

1.将文件夹RandomForests解压到目录matlabroot\toolbox\下,其中,matlabroot为matlab的安装目录; 2.在matlab控制台输入以下命令,将随机森林工具包目录加入工作目录; addpath([matlabroot '\toolbox\RandomForests\']); savepath; 3.若工具箱不能正常使用,可以使用以下mex命令重新编译; mex RF.c randomForests.c 4.本工具箱在MATLAB R2009a下测试,若在其他版本下使用(尤其在更低版),请参照3。

近期下载者

相关文件


收藏者