function svmtrain not found
이전 댓글 표시
Hi,
I am trying to use the svtrain function and I am getting the following error: "Unrecognized function or variable". I have checked and I am the Add-On Statistics and Machine Learning Toolbox (version 11.6) and R2019b.
Any idea?
Thanks,
Regards,
답변 (2개)
Ameer Hamza
2020년 4월 17일
1 개 추천
svmtrain was removed in R2019a. Now use fitcsvm(): https://www.mathworks.com/help/releases/R2019a/stats/fitcsvm.html
Mercedes Barrachina
2020년 4월 17일
0 개 추천
댓글 수: 1
Ameer Hamza
2020년 4월 17일
That is replaced with predict() functionhttps://www.mathworks.com/help/releases/R2019a/stats/classreg.learning.classif.compactclassificationsvm.predict.html
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!