View source: R/int-feature-selection.R
int.feature.selection | R Documentation |
Main function for integrative feature selection
int.feature.selection( X_full_lst, Y_full_lst, X_train_lst, Y_train_lst, X_valid_lst, Y_valid_lst, lambda_lst = NULL, add.ridge = TRUE )
X_full_lst |
... |
Y_full_lst |
... |
X_train_lst |
... |
Y_train_lst |
... |
X_valid_lst |
... |
Y_valid_lst |
... |
lambda_lst |
... |
add.ridge |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.