Shoud I preprocess the input data before using fitcsvm?
4 次查看(过去 30 天)
显示 更早的评论
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?
0 个评论
采纳的回答
Sourav Bairagya
2019-12-16
编辑:Sourav Bairagya
2019-12-16
It is better to preprocess the input data before using 'fitcsvm'.
There is option to standardise your input data by setting the 'Standardize' flag to 'true'. It will center and scale each predictor variable by the corresponding weighted column mean and standard deviation. Standardization makes predictors insensitive to the scales on which they are measured.
For more details leverage these links:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!