I gave a matrix with labels as 1,2,3 to libsvm and got 70% accuracy… I was wondering if it is correct or not ?
Does anyone know if libsvm handles multi class by itself and if it does is it one v/s all ? If not what exactly is this 70% accuracy ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
official documentationfor LibSVM statesThe document goes on to say that classification is essentially the outcome of a voting procedure. Each of the classifiers votes on each data point and it is assigned to whichever class has the most votes for it. For accuracy, I presume these labels would be matched against the known class labels and the percentage reported is the percentage of label agreement.