from_preds_to_trafo: Define Predictor of Transformation Model

View source: R/main.R

from_preds_to_trafoR Documentation

Define Predictor of Transformation Model

Description

Define Predictor of Transformation Model

Usage

from_preds_to_trafo(
  atm_toplayer = function(x) layer_dense(x, units = 1L, name = "atm_toplayer"),
  const_ia = NULL,
  ...
)

Arguments

atm_toplayer

Function to be applied on top of the transformed lags.

const_ia

See addconst_interaction in deeptrafo or deepregression.

...

For compatibility with 'deepregression'

Details

Not intended to be used directly by the end user.

Value

A function of list_pred_param returning a list of output tensors that is passed to model_fun of deepregression


deeptrafo documentation built on April 3, 2025, 10:38 p.m.