Shoud I preprocess the input data before using fitcsvm?

조회 수: 4 (최근 30일)
Wanli Wen
Wanli Wen 2019년 12월 13일
편집: Sourav Bairagya 2019년 12월 16일
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?

채택된 답변

Sourav Bairagya
Sourav Bairagya 2019년 12월 16일
편집: Sourav Bairagya 2019년 12월 16일
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개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by