Predict using individual decision trees from random forests
이전 댓글 표시
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.
답변 (1개)
happySanta
2018년 11월 22일
Hi,
[y, scores, nodes, stddevs]= model.tree{i}.predict(x);
I hope this would help
Greetings,
Sai
카테고리
도움말 센터 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!