How do I visualize the SVM classification once I perform SVM training in Matlab?
So far, I have only trained the SVM with:
% Labels are -1 or 1 groun
Check out this svm-toy function similar to the one in LIBSVM. Obviously it only works for 2D binary classification