Predict using individual decision trees from random forests
Ältere Kommentare anzeigen
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.
Antworten (1)
happySanta
am 22 Nov. 2018
Hi,
[y, scores, nodes, stddevs]= model.tree{i}.predict(x);
I hope this would help
Greetings,
Sai
Kategorien
Mehr zu Classification Ensembles finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!