loop_through_pfc_and_call_trafo {deepregression}R Documentation

Function to loop through parsed formulas and apply data trafo

Description

Function to loop through parsed formulas and apply data trafo

Usage

loop_through_pfc_and_call_trafo(pfc, newdata = NULL, engine = "tf")

Arguments

pfc

list of processor transformed formulas

newdata

list in the same format as the original data

engine

character; the engine which is used to setup the NN (tf or torch)

Value

list of matrices or arrays


[Package deepregression version 2.2.0 Index]