Shoud I preprocess the input data before using fitcsvm?

2 次查看(过去 30 天)
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?

采纳的回答

Sourav Bairagya
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 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by