Create and evaluate folds within k-fold cross validation
createAndEvaluateFolds(fold_size, test_fold_start, test_fold_end, dataset,
network_struc, formula, parameters, measures, algorithm_settings)
Number of rows of the dataset that form each fold
Starting position of the training or test fold in the dataset
End position of the training or test fold in the dataset
Dataset for which the training and test folds are being developed
Network structure for which the folds are being assessed
Parameters and measures formula to use in creating the network
Names of the parameters that form the input nodes of the neural network
Names of the simulation responses that form the output node of the neural network
Object output from the function emulation_algorithm_settings, containing the settings of the machine learning algorithms to use in emulation creation. In this case, the settings parameter we are interested in is number of generations
MSE errors for all network structures