This function takes results returned by the cross-validator's run_decoding()
method and uses the cross-validator's get_properties()
method to save a log
of the results that be used to reload the results.
log_save_results(
DECODING_RESULTS,
save_directory_name,
result_name = "No result name set"
)
Does not return a value but instead creates a directory that stores an .rda file with the decoding results and either creates or updates a manifest files that has information about the decoding results.
A list of results returned by the cross-validator's run_decoding method.
A string specifying the directory name where the decoding results should be saved.
A string that gives a human readable name for the results that are to be saved. This name can be used to load the results later. The default value is "No result name set".