Shoud I preprocess the input data before using fitcsvm?

4 ビュー (過去 30 日間)
Wanli Wen
Wanli Wen 2019 年 12 月 13 日
編集済み: Sourav Bairagya 2019 年 12 月 16 日
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 Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by