Using SVMtrain for multiple linear regression
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I have a dataset of the following form:
1) 12.243 15.67 13.879 11.543 13.99 1.3 2) 14.5 11.99 10.98 12.12 17.11 1.5 3)....
In fact I have some hundred rows like that. The first 5 columns are the predictors, the last column is the response.
Now I want to
1) use SVMs for fitting the regression line 2) perform crossvalidation with some additional test set I have
I would appreciate any help/hint. Also I wonder if I should normalize my values to lay in [0,1]?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!