I am engaged in a random forest research project. I found many implementations of the algorithm, but the bulk of the code is often written in Fortran, while I am completely naive in it.
I need to edit the code, change the main parameters (for example, the depth of the tree, the number of functional variables, ...) and track the performance of the algorithm during each run.
I am currently using Windows-Precompiled-RF_MexStandalone-v0.02- . The train and prediction functions are matlab mex files and cannot be opened or edited. Can anyone give me advice on what to do, or there is a valid and fully Matlab-based version of random forests.
I carefully read randomforest-matlab. Unfortunately, the main part of training is a dll file. Thanks to reading more, most of my miracles are now permitted. Basically my question was how to manage multiple trees at the same time.
source
share