When I compared the Random Forest implementation of MATLAB (TreeBagger class) with the OpenCV implementation (Random Trees class), I found that several parameters that are present in the latter were not present in the former.
The parameters of interest are the maximum depth of the trees (max_depth), and max_categories.
Does anyone know how to access these parameters in MATLAB?