Create an object of SensMLP class
Arguments
- sens
list
of sensitivity measures, onedata.frame
per output neuron- raw_sens
list
of sensitivities, onematrix
per output neuron- mlp_struct
numeric
vector describing the structur of the MLP model- trData
data.frame
with the data used to calculate the sensitivities- coefnames
character
vector with the name of the predictor(s)- output_name
character
vector with the name of the output(s)- cv
list
list with critical values of significance for std and mean square.- boot
array
bootstrapped sensitivity measures.- boot.alpha
array
significance level. Defaults toNULL
. Only available for analyzedcaret::train
models.