How to use random forest in MATLAB?

275 ビュー (過去 30 日間)
Maryam Mohammadi
Maryam Mohammadi 2021 年 10 月 4 日
回答済み: Drew 2022 年 11 月 9 日
I'm new to matlab.
Does "Bagged Trees" classifier in classification learner toolbax use a ranfom forest algorithm?
If not how can i use random forest in matlab?

回答 (1 件)

Drew
Drew 2022 年 11 月 9 日
The short answer to your question is yes. That is, the "Bagged Trees" classifier in the classification learner app uses a random forest algorithm. On the doc page https://www.mathworks.com/help/stats/choose-a-classifier.html, see the table on ensemble classifiers (direct link https://www.mathworks.com/help/stats/choose-a-classifier.html#bunt0rb-1). One of the rows of that table shows that the "Bagged Trees" classifier type uses a "Random Forest" ensemble method.

カテゴリ

Help Center および File ExchangeClassification Ensembles についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by