Shoud I preprocess the input data before using fitcsvm?
1 回表示 (過去 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!