fitensemble with adaboost and trees

7 views (last 30 days)
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

Ilya
Ilya on 8 Sep 2012

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!