50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

deeptrafo (version 1.0-0)

from_preds_to_trafo: 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,
  ...
)

Value

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

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.