Description Usage Arguments Value
Options for orthogonalization
1 2 3 4 5 6 7 | orthog_control(
split_fun = split_model,
orthog_type = c("tf", "manual"),
orthogonalize = options()$orthogonalize,
identify_intercept = options()$identify_intercept,
deep_top = NULL
)
|
split_fun |
a function separating the deep neural network in two parts
so that the orthogonalization can be applied to the first part before
applying the second network part; per default, the function |
orthog_type |
one of two options; If |
orthogonalize |
logical; if set to |
identify_intercept |
whether to orthogonalize the deep network w.r.t. the intercept to make the intercept identifiable |
deep_top |
function; optional function to put on top of the deep network instead
of splitting the function using |
Returns a list with options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.