Fit MultiLORS model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | MultiLORS(
Y_list,
X_list,
indices_list,
Y_list_validation = NULL,
X_list_validation = NULL,
indices_list_validation = NULL,
standardize_Y = FALSE,
standardize_X = TRUE,
gamma_method = 1,
n_lambda = 20,
n_gamma = 20,
lambda_min_ratio = 0.001,
gamma_min_ratio = 0.001,
lambda_indices = 1:n_lambda,
gamma_indices = 1:n_gamma,
n_iter = 1000,
tolerance = 1e-06,
extra_iter = 0,
extra_iter_threshold = 0,
early_stopping = FALSE,
verbose = 0,
return_L = FALSE,
n_cores = 1
)
|
verbose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.