log_save_results: Saves the DECODING_RESULTS and logs the parameters used in...

Description Usage Arguments

View source: R/log_and_save_decoding_results.R

Description

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.

Usage

1
2
3
4
5
log_save_results(
  DECODING_RESULTS,
  save_directory_name,
  result_name = "No result name set"
)

Arguments

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".


emeyers/NDTr documentation built on Aug. 8, 2020, 3:41 p.m.