Can I set read only property 'CutPoint' of classification tree?
조회 수: 1 (최근 30일)
이전 댓글 표시
One of the properties of Classification Tree is: CutPoint
Although it's read-only, I need to change it's value. is it possible? I am sure that there must be a way to change the read-only attribute to writable and then revert back to read-only attribute.
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 11월 16일
You need to update the values stored in the tree, and the CutPoints will be automatically updated.
참고 항목
카테고리
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!