View source: R/var_importance.R
nn_variable_sel | R Documentation |
Variable Selection
nn_variable_sel( X, Y, n_iter, q = NULL, nn = NULL, unif = 3, inf_crit = "BIC", dev = unif/2, ... )
X |
input matrix |
Y |
output vector |
n_iter |
number of iteration |
nn |
output from nn_model_sel function |
Variable Selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.