HessMLP {NeuralSens} | R 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
[Package
NeuralSens version 1.1.3
Index]