nn function

Create a Neural Network Layer

Create a Neural Network Layer

Retrieve a neural network layer from the mlr_pipeops dictionary.

nn(.key, ...)

Arguments

  • .key: (character(1))

  • ...: (any)

    Additional parameters, constructor arguments or fields.

Examples

po1 = po("nn_linear", id = "linear") # is the same as: po2 = nn("linear")