Reputation:
I'm trying to use SVMtrain in matlab for a two class classification problem. I know that SVMtrain's output is a model with some fields 'rho','nr_class', etc. Now I want to plot my classifier as a line. How should I do that? How should I incorporate these fields?
Upvotes: 1
Views: 499
Reputation: 11941
You can graph the separating hyperplane using SVM TOY, which comes with LIBSVM. You can find out more about it at the LIBSVM website
Upvotes: 1