Plot elastic net tuning
# S3 method for sjSDM_cv
plot(x, y, perf = c("logLik", "AUC", "AUC_macro"), resolution = 6, k = 3, ...)Named vector of optimized regularization parameters.
Without space:
Regularization strength in the bioticStruct object.
Weigthing between L1 and L2 in the bioticStruct object.
Regularization strength in the linear or DNN object.
Weigthing between L1 and L2 in the linear or DNN object.
With space:
Regularization strength in the bioticStruct object.
Weigthing between L1 and L2 in the bioticStruct object.
Regularization strength in the linear or DNN object.
Weigthing between L1 and L2 in the linear or DNN object.
Regularization strength in the linear or DNN object for the spatial component.
Weigthing between L1 and L2 in thelinear or DNN object for the spatial component.
a model fitted by sjSDM_cv
unused argument
performance measurement to plot
resolution of grid
number of knots for the gm
Additional arguments to pass to plot()