The classification process is divided into two parts i.e. the training and the testing part. Firstly, in the training part known data (i.e. 28 features * 46 images) are given to the classifier for training. Secondly, in the testing part, 50 images are given to the classifier and the classification is performed by using SVM and SVM-KNN after training the part. Gaussian Radial Basis function (RBF) K (y, yi) = exp( - 2 i ) was chosen to train SVM-KNN and the parameter (J is set to 2e-l in the SVM-KNN model. The accuracy rate, sensitivity, specificity and error rate of classifiers depends on the efficiency of the training part and some other parameters associated with classifiers.