Random Forest

Creates an ensemble of cart trees similar to the matlab TreeBagger class.

Al momento, stai seguendo questo contributo

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.

Cita come

Leo (2026). Random Forest (https://it.mathworks.com/matlabcentral/fileexchange/31036-random-forest), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato da: getargs.m

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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