Description Usage Arguments Value See Also
View source: R/analyse_utils.R
Summarize the results of multiple in-set/out-set experiment
| 1 | summarize_multiple_exp(multi_exp_res, statFUN = mean, na.rm = FALSE)
 | 
| multi_exp_res | a list containing, for each experiment, a list containing two slots: 
 | 
| statFUN | a function to summarize the evaluation metrics. Default is  | 
| na.rm | whether to remove NAs in function  | 
A list of data frames of the summarized results of one experiment – each with a first column containing a summary (e.g., the mean) of metrics measured in the out-set data and further columns containing summaries of metrics estimated in the in-set data
run_multiple_experiments, summarize_one_exp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.