Shoud I preprocess the input data before using fitcsvm?

 Respuesta aceptada

Sourav Bairagya
Sourav Bairagya el 16 de Dic. de 2019
Editada: Sourav Bairagya el 16 de Dic. de 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:

Más respuestas (0)

Categorías

Más información sobre Guidance, Navigation, and Control (GNC) en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 13 de Dic. de 2019

Editada:

el 16 de Dic. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by