Plot Decision boundary and Support vectors in SVM
조회 수: 28(최근 30일)
표시 이전 댓글
I did SVM with Cubic kernel for a particular dataset using classification learner app in MATLAB. But I did not get decision boundary and support vectors. How can I get those? Any suggestions?

댓글 수: 0
답변(1개)
Jalaj Gambhir
2020년 7월 31일
Hi,
You can export the model from the Classification Learner App, you will get a ClassificationSVM model. This object can be used to retrieve the required information.
Hope this helps!
댓글 수: 0
참고 항목
범주
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!