I have added two methods to ExperimenData: .get_input_data(parameter_names) and get_output_data(parameter_names). Both return a newExperimentData object with the selected parameter names.
If no names are given, the whole input data or output data columns are extracted respectively
I have added two methods to
ExperimenData
:.get_input_data(parameter_names)
andget_output_data(parameter_names)
. Both return a newExperimentData
object with the selected parameter names.If no names are given, the whole input data or output data columns are extracted respectively