Plot Decision boundary and Support vectors in SVM
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/336211/image.jpeg)
0 commentaires
Réponses (1)
Jalaj Gambhir
le 31 Juil 2020
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 commentaires
Voir également
Catégories
En savoir plus sur Classification Learner App dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!