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