Create test data fold for k-fold cross validation
createtest_fold(fold, number_of_folds, test_fold_start, test_fold_end,
dataset)
Number of the fold being examined
Total number of folds
Position at which the test fold starts in the dataset
Position at which the test fold ends in the dataset
Testing data
Testing data for this fold of k-fold cross validation