I want to compare the accuracy of two classifiers for statistical significance. Both classifiers are run on the same data set. This leads me to believe I should be using a one sample t-test from what I have been reading.
For example:
Classifier 1: 51% accuracy
Classifier 2: 64% accuracy
Dataset size: 78,000
Is this the right test to be using? If so how do I calculate if the difference in accuracy between classifier is significant?
Or should I be using another test?