clean_parameters: Clean parameters for better understanding

View source: R/quickbnnr.R

clean_parametersR Documentation

Clean parameters for better understanding

Description

Some of the layers implemented take cumsums of variables to obtain the actual NN parameters used. estimate will return the parameters before taking the cumsum and thus can be difficult to interpret. This method fixes this.

Usage

clean_parameters(est)

Arguments

est

estimated model using estimate


enweg/quickbnnr documentation built on April 15, 2022, 3:29 a.m.