View source: R/var_importance.R
nn_effect | R Documentation |
Effect of input
nn_effect( X, ind, W, q, val = rep(0, ncol(X)), length = 100, range = c(-3, 3), sigma = 0 )
X |
input matrix |
W |
weight vector |
val |
value of input units |
length |
length of vector to be calculated |
range |
range of values to be computed |
i |
Variable index |
h |
number of hidden units |
Effect of variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.