My problem is multiclassification. It has four classes.
I know that using one-one algorithm 6 binary classes will be formed and for one to rest algorithm 4 binjary classes will be there.
Libsvm is using 0ne-one approach.
When I use LIBSVM for classifiaction task it is showing last few lines as follows:
optimization finished, #iter = 553
nu = 0.100522
obj = -1480.765685, rho = -1.798735
nSV = 58, nBSV = 19
Total nSV = 58
Accuracy = 96.4539% (136/141) (classification)
Is this output and accuracy is the final overall output of the model? or it is the output of last binary class?
Also, here accuracy means F-score?