I have a labeled data set which have 4 classes and there class distribution is given below --
in this data set i have applied SVM with 'rbf' kernel and set C value to 5 and gamma to 3.
after running this algorithm using cross validation with 10 fold i got 92% accuracy.
and my learning curve is given below.
now i could not come up in a conclusion whether my model is over fitted or under fitted.
and is there any effect of this unbalanced data in my model?