Classification regression tree structure
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
the cyclist
el 13 de Ag. de 2014
Have you tried reading the documentation?
doc classregtree
or looking at the code?
edit classregtree
4 comentarios
the cyclist
el 20 de Ag. de 2014
Editada: the cyclist
el 20 de Ag. de 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.
Ver también
Categorías
Más información sobre Regression Trees en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!