Random Forest

版本 1.7.0.0 (16.1 KB) 作者: Leo
Creates an ensemble of cart trees similar to the matlab TreeBagger class.
19.3K 次下载
更新时间 2012/4/11

查看许可证

An alternative to the Matlab Treebagger class written in C++ and Matlab.

Creates an ensemble of cart trees (Random Forests). The code includes an implementation of cart trees which are
considerably faster to train than the matlab's classregtree.

Compiled and tested on 64-bit Ubuntu.

引用格式

Leo (2024). Random Forest (https://www.mathworks.com/matlabcentral/fileexchange/31036-random-forest), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: getargs.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.7.0.0

Fixed bug (see comment by c.)

1.6.0.0

Removed implicit assumption of distinct feature values, removed statistical toolbox dependency, removed internal command dependency

1.0.0.0