R/log_and_save_decoding_results.R
log_load_results_from_params.Rd
A function that loads DECODING_RESULTS based on decoding_parameters
log_load_results_from_params(decoding_params, results_dir_name)
A data frame of decoding parameters that can
be created by calling the cross-validator's get_parameters()
method.
A string containing the path to a directory that contains all the decoding results.
A list that has all the DECODING_RESULTS that match the parameters that were specified. If only a single result matches the parameters specified, then this DECODING_RESULTS is returned rather than a list of DECODING_RESULTS.