GarsonWeights_FCNN4R.Rd
This function estimates the weights of loci based on Garson et al.(2013).
GarsonWeights_FCNN4R(object, xnames = NULL, ynames = NULL)
object | FCNN4R model |
---|---|
xnames | optional, independent variable names |
ynames | optional, dependent variable names |
This function estimates the weights of neurons/loci based on Garson et al.(2013). Based on Gevrey et al. (2003), for each hidden neuron i, multiply the absolute value of the hidden-output layer connection weight by the absolute value of the hidden-input layer connection weight. Do this for each input variable j. The following products Pij are obtained.
an array with the weights of each locus.
Gevrey, M., Dimopoulos, I., & Lek, S. (2003). Review and comparison of methods to study the contribution of variables in artificial neural network models. Ecological modelling, 160(3), 249-264.