HessMLP: Constructor of the HessMLP Class

View source: R/HessMLP.R

HessMLPR Documentation

Constructor of the HessMLP Class

Description

Create an object of HessMLP class

Usage

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)

Value

HessMLP object


NeuralSens documentation built on July 9, 2023, 6:18 p.m.