| | The learn data sample is divided into N sub-samples of approximately the same size. Each of the smaller sub-samples is kept aside as tuning test data sample once. The data tuples of the other N-1 sub-samples build the tuning learn data sample, which is used to learn a model, whose prediction accuracy is then determined on the corresponding tuning test data sample. A special type of cross-validation is the so called leave-one-out cross-validation (LOOCV) for which N is chosen as the number of learn data tuples.
|