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
model = svmtrain(groundTruth, d, 'ShowPlot', true);