Evaluating the performance of a classifier: n-fold cross validation
Partition the data set in n segments
Do n times
- Train the classifier with the green segments
- Test accuracy on the red segments
Compute statistics on the n runs
Accuracy: on test data of size m