BLNN_GetWts: Extract the vector of network weights from a BLNN object

Description Usage Arguments Value

View source: R/BLNN_GetWts.R

Description

Allows the user to extract all weight values from a BLNN network. object.

Usage

1
BLNN_GetWts(Network)

Arguments

Network

A BLNN network object

Value

A vector containing all weight parameters from the network. The weights are sorted by imput, having all weights from covariate one that connect to hidden node 1:n. Each subsequent covariates weights for layer one are saved in this order followed by the weights associated with the bias term for layer one. Layer two weights follow a similar format having each hidden units weighes followed by bias weights.


BLNNdevs/BLNN documentation built on Dec. 10, 2019, 3:31 a.m.