fitensemble with adaboost and trees
Show older comments
I am using the following command for building a classifier with adaboostm1 using trees as learners. ens = fitensemble(X,Y,'AdaBoostM1',50,'tree');
I want to visualize or take a look at the trees but I could not find a way to do so. Please help. Thank you!
Accepted Answer
More Answers (0)
Categories
Find more on Classification Ensembles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!