Shoud I preprocess the input data before using fitcsvm?
조회 수: 1 (최근 30일)
이전 댓글 표시
Shoud I preprocess the input data before using fitcsvm, e.g., normalization?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!