Shoud I preprocess the input data before using fitcsvm?

 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

Prodotti

Release

R2019b

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by