MATLAB: Random Forest using Classification Learner App

classification learnerensemble classifiersrandom forest

Hello. How can I use RandomForest classifier in the Matlab Classification Learner app? I couldn't find it in the list of ensemble classifiers.. I am using Matlab2016b.

Best Answer

Hi,
I was able to find this information from the MathWorks documentation: To explore classification ensembles interactively, use the Classification Learner app. For greater flexibility, use fitcensemble in the command-line interface to boost or bag classification trees, or to grow a random forest:
Based on the above, the Random Forest Learner functionality may not be part of the Classification Learner App.
Related Question