Plot Decision boundary and Support vectors in SVM
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Jalaj Gambhir
el 31 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre Classification Learner App en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!