View source: R/conformal_infer.R
control_conformal_full | R Documentation |
Controlling the numeric details for conformal inference
control_conformal_full(
method = "iterative",
trial_points = 100,
var_multiplier = 10,
max_iter = 100,
tolerance = .Machine$double.eps^0.25,
progress = FALSE,
required_pkgs = character(0),
seed = sample.int(10^5, 1)
)
method |
The method for computing the intervals. The options are
|
trial_points |
When |
var_multiplier |
A multiplier for the variance model that determines the possible range of the bounds. |
max_iter |
When |
tolerance |
Tolerance value passed to |
progress |
Should a progress bar be used to track execution? |
required_pkgs |
An optional character string for which packages are required. |
seed |
A single integer used to control randomness when models are (re)fit. |
A list object with the options given by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.