get_weight_by_name: Function to retrieve the weights of a structured layer

View source: R/methods.R

get_weight_by_nameR Documentation

Function to retrieve the weights of a structured layer

Description

Function to retrieve the weights of a structured layer

Usage

get_weight_by_name(mod, name, param_nr = 1, postfixes = "")

Arguments

mod

fitted deepregression object

name

name of partial effect

param_nr

distribution parameter number

postfixes

character (vector) appended to layer name

Value

weight matrix


deepregression documentation built on Jan. 18, 2023, 1:11 a.m.