Create training data fold for k-fold cross validation
createTrainingFold(fold, number_of_folds, training_fold_start,
training_fold_end, dataset)
Number of the fold being examined
Total number of folds
Position at which the training fold starts in the dataset
Position at which the training fold ends in the dataset
Training data
Training data for this fold of k-fold cross validation