| .fit_get_B | R Documentation |
Internal wrapper that calls get_B with all arguments drawn from
the tuning environment env. Separated from .fit_coefficients
so the fallback path in .fit_coefficients is clean and does not
repeat the full argument list.
This helper is the point at which penalty tuning inherits the full
constrained solver described in lgspline-details, including GLM
reweighting, dense correlation whitening, and the structured-correlation
Woodbury acceleration when available. No additional tuning-specific
approximation is introduced here beyond whatever get_B itself uses.
.fit_get_B(G_list, Lambda, L_partition_list, env, return_G_getB, ...)
G_list |
List; eigendecomposition results from |
Lambda |
Matrix; current combined penalty matrix. |
L_partition_list |
List; partition-specific penalty matrices. |
env |
List; tuning environment from |
return_G_getB |
Logical; whether to return G inside the fit. Set to
TRUE within |
... |
Additional arguments forwarded to the fitting routine. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.