Which algorithm for decision tree pruning is used by Matlab 2013
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I am currently working with the method prune which is defined in the ClassificationTree class in Matlab 2013
I would like to to know which pruning algorithm is being used (Cost Complexity Pruning, Rule Post Pruning, Pessimist Error Pruning, Error Bases Pruning,....)
Does anyone know which algorithm Matlab uses?
Thanks in advance.
0 件のコメント
採用された回答
Ilya
2014 年 11 月 3 日
ClassificationTree is based on Breiman, L., J. Friedman, R. Olshen, and C. Stone, Classification and Regression Trees, and uses cost-complexity pruning described in that book.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Analysis of Variance and Covariance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!