How can I display the nodesizes, nodeerrors etc in a classification tree that was fitted with classificationtree.fit ?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have fitted a classification tree and I want to calculate the nodesizes, the nodeerror and the node probabilities (I am only interested in the terminal nodes). I have found those functions for the function classregtree but not for classificationtree.fit...I hope some of you can help me
댓글 수: 0
답변 (1개)
Ilya
2012년 7월 20일
Type 'help ClassificationTree' (or 'doc ClassificationTree'). You will see all methods and properties of a ClassificationTree object returned by ClassificationTree.fit.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!