nn_model_sel_local | R Documentation |
nn_model_sel_local
nn_model_sel_local( X, Y, q, W, step = 1, n_iter = 1, inf_crit = "BIC", unif = 3, ... )
X |
input matrix |
Y |
output vector |
q |
number of hidden units |
W |
weight vector |
step |
step size in either direction |
n_iter |
number of iterations/tracks |
inf_crit |
information criterion (BIC only) |
unif |
uniform distribution |
nn_fit_tracks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.