from_preds_to_trafo {deeptrafo}R 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.

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


[Package deeptrafo version 0.1-1 Index]