View source: R/resample-evaluation.R
| summarize_gazepoint_resample_performance | R Documentation |
Summarize repeated grouped-resampling performance
summarize_gazepoint_resample_performance(
x,
aggregation = c("fold_distribution", "pooled_rows"),
conf_level = 0.95
)
## S3 method for class 'gp3ml_resample_performance_summary'
print(x, ...)
x |
A |
aggregation |
Either fold-distribution summaries or pooled row-level predictions. Pooled rows are explicitly labelled and do not change the generalization unit. |
conf_level |
Confidence level for fold-distribution quantiles. |
... |
Additional arguments passed to the print method. |
A gp3ml_resample_performance_summary object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.