One standard error rule, classification in Matlab
3 次查看(过去 30 天)
显示 更早的评论
Hello All. I don´t understand this part of documentation of classification in Matlab:
Could you someone explain me, for what reason we use one standard error? What is purpose of it? Is any other documentation which explain it better?
Thank you in advance...
采纳的回答
Ilya
2016-2-23
The purpose is to simplify the tree without losing too much accuracy. One standard error is a heuristic rule. If one number is within one standard error from the other number, the two numbers can be thought of as statistically equal. The one standard error rule was introduced in the Classification and Regression Trees book by Breiman et al.; you might want to consult the book for more info.
0 个评论
更多回答(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!