Predict using individual decision trees from random forests
18 次查看(过去 30 天)
显示 更早的评论
I trained an ensemble model using 'fitensemble' with bagging. I want to find the resubloss for each individual classification tree. I have looked it up all over but couldn't find what I need. Any help would be greatly appreciated.
0 个评论
回答(1 个)
happySanta
2018-11-22
Hi,
[y, scores, nodes, stddevs]= model.tree{i}.predict(x);
I hope this would help
Greetings,
Sai
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Ensembles 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!