Shoud I preprocess the input data before using fitcsvm?

 채택된 답변

Sourav Bairagya
Sourav Bairagya 2019년 12월 16일
편집: Sourav Bairagya 2019년 12월 16일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Guidance, Navigation, and Control (GNC)에 대해 자세히 알아보기

제품

릴리스

R2019b

태그

질문:

2019년 12월 13일

편집:

2019년 12월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by