Learn R Programming

kindling (version 0.3.0)

layer-attributes: "Layer" attributes

Description

"Layer" attributes

Usage

# S3 method for layer_pr
$(x, name)

Value

A pronoun, it returns nothing

Arguments

x

The .layer itself

name

It could be the following:

  • i: Layer index (1-based integer)

  • ind: Input dimension for the layer

  • out: Output dimension for the layer

  • is_output: Logical indicating if this is the output layer