View source: R/generic_functions.R
aggregate_resample_run_results | R Documentation |
This is a function that must be implemented by all RM objects. This function is called by the cross-validator to aggregate results across all resample runs. This method should not be called directly but instead it is used internally by the cross-validator (CV) object.
aggregate_resample_run_results(resample_run_results)
resample_run_results |
The decoding results from all resample runs. |
A result metric object that contains the decoding results aggregated across resample runs. This compressed final results can be plotted (often by using the RM plot methods).
rm_main_results()
, rm_confusion_matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.