View source: R/log_and_save_decoding_results.R
log_save_results | R Documentation |
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"
)
DECODING_RESULTS |
A list of results returned by the cross-validator's run_decoding method. |
save_directory_name |
A string specifying the directory name where the decoding results should be saved. |
result_name |
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". |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.