In the classification learner, is Ensemble Bagged Tree the same as randon forest?
2 ビュー (過去 30 日間)
古いコメントを表示
In the classification learner, is Ensemble Bagged Tree the same as randon forest? and does the classification learner split the data to training and testing or not?
0 件のコメント
回答 (1 件)
Drew
2023 年 10 月 18 日
編集済み: Drew
2024 年 9 月 26 日
The short answer is "Yes". In Classification Learner, the Ensemble Bagged Trees is the same as random forest. This can be seen in the Classification Learner documentation at Choose Classifier Options - MATLAB & Simulink (mathworks.com)
Classification Learner can work with train, validation, and test sets. See https://www.mathworks.com/help/stats/select-data-and-validation-for-classification-problem.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!