Shoud I preprocess the input data before using fitcsvm?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Wanli Wen
il 13 Dic 2019
Modificato: Sourav Bairagya
il 16 Dic 2019
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?
0 Commenti
Risposta accettata
Sourav Bairagya
il 16 Dic 2019
Modificato: Sourav Bairagya
il 16 Dic 2019
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!