Regression tree -details of the terminal nodes
조회 수: 1 (최근 30일)
이전 댓글 표시
I am making a Tree regression using "classtreereg". My tree has 20 terminal nodes and I named my tree as "t2". How do I get the list of observations or points in each terminal node and save it to individual matrix, may be. I tried
details(t2(node(1)) and t2.node(1)
didn't really work. Any ideas? I am trying to build another regression model for those observation in each terminal node. Any thoughts on how it can be done.
Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Regression Trees에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!