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 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!