I am using R for classification problem. Does svm function in R support only binary classfication or supports multi class classification as welll?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
svm (in package e1071) supports multi class classification using the ‘one-against-one’-approach. Same with ksvm (in kernlab). |
|||||||||||||
|