FCNN4R (version 0.6.2)

mlp_check_w: Check validity of weight index

Description

Check validity of weight index

Usage

mlp_check_w(net, idx = NULL, layer = NULL, nidx = NULL, nplidx = NULL)

Arguments

net
an object of mlp_net class
idx
integer value (vector), weight absolute index
layer
integer value (vector), layer index
nidx
integer value (vector), neuron index
nplidx
integer value (vector), index of the neuron in the previous layer determining connection from neuron nidx in layer, 0 denotes bias of neuron nidx in layer

Value

This function does not return.