Class for performing N-Fold Cross-validation.
The list of samples used is taken in order. Let us consider 10 folds. For the first fold, the first 10% are used for testing, and the remaining 90% are used for training. For the second fold, the second 10% are used for testing, and the remaining for training, and so on. Warning, no randomization is performed on the list, so be careful it is not in the order of the classes which would bias the learning.
@author picard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|