Control function to define the processor for terms in the formula
process_terms(
form,
data,
controls,
output_dim,
param_nr,
parsing_options,
specials_to_oz = c(),
automatic_oz_check = TRUE,
identify_intercept = FALSE,
engine = "tf",
...
)
returns a processor function
the formula to be processed
the data for the terms in the formula
controls for gam terms
the output dimension of the response
integer; identifier for the distribution parameter
options
specials that should be automatically checked for
logical; whether to automatically check for DNNs to be orthogonalized
logical; whether to make the intercept automatically identifiable
character; the engine which is used to setup the NN (tf or torch)
further processors