If i apply soft normalization to features and perform cross validation(3-steps)and then test the test features (also soft normalized), i get classification accuracy 98.70% along with the best parameters c and gamma. However, if i use these best parameters in a another code to find classification accuracy for same normalized test features (the code is not performing cross validation here) the accuracy is 88.95%.What can be the reason?