R/tuneHyperparam.R
tuneHyperparam.Rd
Use plateau method to choose the L1 penalty of HAL (abstract class)
Use plateau method to choose the L1 penalty of HAL (abstract class)
new()
tuneHyperparam$new(data, n_bootstrap = 200, inflate_lambda = 1)
get_lambda()
tuneHyperparam$get_lambda()
get_value()
tuneHyperparam$get_value()
plot_CI()
tuneHyperparam$plot_CI(Psi = NULL)
get_lambda_df()
tuneHyperparam$get_lambda_df()
plot_width()
tuneHyperparam$plot_width(type_CI = NULL)
select_lambda_pleateau_wald()
tuneHyperparam$select_lambda_pleateau_wald(df_lambda_width)
get_Psi_df()
tuneHyperparam$get_Psi_df()
select_lambda_psi_grad()
tuneHyperparam$select_lambda_psi_grad(df_Psi)
clone()
The objects of this class are cloneable with this method.
tuneHyperparam$clone(deep = FALSE)
deep
Whether to make a deep clone.