Classification regression tree structure
Show older comments
Has anyone used
clasregtree
function to build a tree with numerical responses (Y)? If yes then any idea how the means (Y bar) at each leaf (terminal nodes) is calculated?
Thanks
Answers (1)
the cyclist
on 13 Aug 2014
Have you tried reading the documentation?
doc classregtree
or looking at the code?
edit classregtree
4 Comments
Sincloe Brans
on 13 Aug 2014
the cyclist
on 13 Aug 2014
I don't know the function well. Are the means a standard output of the function? If so, then you should be able to trace the name of the output variable backward through the function, to see how it is calculated.
Sincloe Brans
on 19 Aug 2014
the cyclist
on 20 Aug 2014
Edited: the cyclist
on 20 Aug 2014
Where you first call classregtree, you should be able to set a breakpoint, and then step through the function line-by-line to see the values all variables during the calculation.
Categories
Find more on Analysis of Variance and Covariance 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!