Basically, I am doing my project in which I need to classify the rice plants as healthy or they lie in 9 of the diseases. So I have used multi-class SVM for the classification.
The steps for my project included:
pre-processing ---> Segmentation ---> Feature Extraction (I extracted a total of 13 features based on the texture and color) ----->then I have prepared a training matrix based on the features and then I trained the model. So I wanna ask how can I find the accuracy of My SVM Model?