HessMLP function

Constructor of the HessMLP Class

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() )

Arguments

  • sens: list of sensitivity measures, one list per output neuron
  • raw_sens: list of sensitivities, one array 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)

Returns

HessMLP object

  • Maintainer: Jaime Pizarroso Gonzalo
  • License: GPL (>= 2)
  • Last published: 2024-05-11