View source: R/target-uncertainty.R
| summarize_gazepoint_resample_uncertainty | R Documentation |
Summarize uncertainty across folds or repeats
summarize_gazepoint_resample_uncertainty(
evaluation,
unit = c("fold", "repeat"),
conf_level = 0.95
)
## S3 method for class 'gp3ml_resample_uncertainty'
print(x, ...)
evaluation |
A |
unit |
Distribution unit: individual folds or repeat means. |
conf_level |
Quantile interval level. |
x |
An object returned by the corresponding gp3ml constructor, evaluator, summarizer, or validator. |
... |
Additional arguments passed to the print method. |
A gp3ml_resample_uncertainty object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.