Create an object of HessMLP class
HessMLP(
sens = list(),
raw_sens = list(),
mlp_struct = numeric(),
trData = data.frame(),
coefnames = character(),
output_name = character()
)
HessMLP
object
list
of sensitivity measures, one list
per output neuron
list
of sensitivities, one array
per output neuron
numeric
vector describing the structur of the MLP model
data.frame
with the data used to calculate the sensitivities
character
vector with the name of the predictor(s)
character
vector with the name of the output(s)