Calculate the mean squared error for this fold in k-fold cross validation
calculate_fold_MSE(nn_predictions, test_fold, nn, measures)
Predictions made by neural net
The test data on which performance is being assessed
The generated neural network
The simulation output responses that are being predicted
Mean Squared error for this fold.