RandomForest_matlab

所属分类:matlab编程
开发工具:matlab
文件大小:572KB
下载次数:2176
上传日期:2012-11-18 20:59:25
上 传 者abcdefghu
说明:  随机森林的matlab版本,重修改整理过的,可以直接拿来用,带实例。可以用来做回归法分析及分类。是机器学习中的快速有效的方法,基本不会产生过拟合。
(Random Forest, an efficient regression and classification tool in area of machine learning. The Programms performs well and a demo is offered.)

文件列表:
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\randomForests.c (134216, 2012-11-07)
RandomForest_matlab\RF.c (32529, 2012-11-07)
RandomForest_matlab\RandomForests\datas\satimage (0, 2012-11-07)
RandomForest_matlab\RandomForests\datas (0, 2012-11-07)
RandomForest_matlab\RandomForests (0, 2012-11-07)
RandomForest_matlab (0, 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。

近期下载者

相关文件


收藏者