Can I set read only property 'CutPoint' of classification tree?

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.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 16일

0 개 추천

You need to update the values stored in the tree, and the CutPoints will be automatically updated.

댓글 수: 1

I just need to manually change one element of cut point matrix. I don't have more data to update values stored in tree

댓글을 달려면 로그인하십시오.

카테고리

질문:

2015년 11월 16일

댓글:

2015년 11월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by