Random Forest
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.
Zitieren als
Leo (2024). Random Forest (https://www.mathworks.com/matlabcentral/fileexchange/31036-random-forest), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Classification >
- MATLAB > External Language Interfaces > Other languages > R Language >
Tags
Quellenangaben
Inspiriert von: getargs.m
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Stochastic_Bosque/
Stochastic_Bosque/ancillary/
Stochastic_Bosque/cartree/
Stochastic_Bosque/cartree/mx_files/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |