nn_effect: Effect of input

View source: R/var_importance.R

nn_effectR Documentation

Effect of input

Description

Effect of input

Usage

nn_effect(
  X,
  ind,
  W,
  q,
  val = rep(0, ncol(X)),
  length = 100,
  range = c(-3, 3),
  sigma = 0
)

Arguments

X

input matrix

W

weight vector

val

value of input units

length

length of vector to be calculated

range

range of values to be computed

i

Variable index

h

number of hidden units

Value

Effect of variable


andrew-mcinerney/nnic documentation built on Dec. 9, 2022, 1:26 p.m.