Closed m0ose closed 7 years ago
Since M-SVMs are "multi-class" SVMs dedicated to problems with more than two categories, this is a kind of "intended" feature. However, the error message telling the user about this was badly implemented and could not be printed. This is now fixed. Thank you for your interest and bug report.
Nice. Thank you. This is a nice library. Quick question. I came across a page describing one-class SVMs at https://msdn.microsoft.com/en-us/library/azure/dn913103.aspx. Do you know if that a special kind of svm or can one configure a binary svm to do the same thing?
MSVM doesn't work with just 2 classes. I apologise if this is an intended feature.
It can be reproduced by adding "Y[80:120] = 2" after the 3rd line of the example. I was using the LaloLab interface.