plot.sjSDM_cv {sjSDM} | R Documentation |
Plot elastic net tuning
Description
Plot elastic net tuning
Usage
## S3 method for class 'sjSDM_cv'
plot(x, y, perf = c("logLik", "AUC", "AUC_macro"), resolution = 6, k = 3, ...)
Arguments
x |
a model fitted by |
y |
unused argument |
perf |
performance measurement to plot |
resolution |
resolution of grid |
k |
number of knots for the gm |
... |
Additional arguments to pass to |
Value
Named vector of optimized regularization parameters.
Without space:
lambda_cov |
Regularization strength in the |
alpha_cov |
Weigthing between L1 and L2 in the |
lambda_coef |
|
alpha_coef |
With space:
lambda_cov |
Regularization strength in the |
alpha_cov |
Weigthing between L1 and L2 in the |
lambda_coef |
|
alpha_coef |
|
lambda_spatial |
Regularization strength in the |
alpha_spatial |
Weigthing between L1 and L2 in the |
[Package sjSDM version 1.0.5 Index]