Shoud I preprocess the input data before using fitcsvm?

4 visualizzazioni (ultimi 30 giorni)
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?

Risposta accettata

Sourav Bairagya
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:

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Tag

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by