I use an SVM (RBF) classifier to forecast a binary variable. I created 2 different subsets where I use the trained model and calculate the accuracies (TP+TN)/(P+N). I get the accuracies 86% and 92%.
What statistical test can I use to test whether there is a significant difference between the two accuracies?