SensMLP {NeuralSens} | R Documentation |
Constructor of the SensMLP Class
Description
Create an object of SensMLP class
Usage
SensMLP(
sens = list(),
raw_sens = list(),
mlp_struct = numeric(),
trData = data.frame(),
coefnames = character(),
output_name = character(),
cv = NULL,
boot = NULL,
boot.alpha = NULL
)
Arguments
sens |
|
raw_sens |
|
mlp_struct |
|
trData |
|
coefnames |
|
output_name |
|
cv |
|
boot |
|
boot.alpha |
|
Value
SensMLP
object
References
Pizarroso J, Portela J, Muñoz A (2022). NeuralSens: Sensitivity Analysis of Neural Networks. Journal of Statistical Software, 102(7), 1-36.
[Package NeuralSens version 1.1.3 Index]