Can I set read only property 'CutPoint' of classification tree?
2 ビュー (過去 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 で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!