Internal function used to generate the requested emulator, and graph training performance
generate_emulator_model(technique, parameters, measures, dataset,
algorithm_settings, timepoint = NULL, normalised = FALSE,
output_formats = c("pdf"))
Machine learning technique being employed
Parameters on which the model will take as input
Simulation responses the model should predict
The training dataset used to create the model
Algorithm settings object, of parameters used by the emulation creation algorithm
Simulation timepoint for which an emulator is being created
Whether the data being input as training data has been normalised. Affects whether predictions generated by the emulator are rescaled or not
File formats in which result graphs should be produced
Emulator objects of the specified technique for all measures, and performance statistics