What prediction model is used in MATLAB regression tree nodes / leaves?
1 回表示 (過去 30 日間)
古いコメントを表示
I am using regression trees in the context of treebagger. My question is what is the model used to make predictions at the nodes and leaves of individual trees? (As opposed to the model by which predictions from various individual trees are combined to give a prediction for the ensemble.)
In particular, when optimising split functions at the nodes, the documentation describes "Choose(ing) a split to minimize the MSE (Mean squared error) of predictions compared to the training data."
However, fully understand this, it is necessary to know how predictions are made in the first place. There is a lot of documentation there, so maybe I've missed the section where the prediction model is described, but if anyone could either describe it, or point me in the direction of documentation where it is described, I'd be grateful.
Ben
0 件のコメント
採用された回答
Ilya
2015 年 10 月 6 日
The prediction of a regression tree is the mean of observed responses over observations landing on this node. If you passed in observation weights, the prediction is the weighted mean.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Regression Tree Ensembles についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!