R/densityHAL.R
cvDensityHAL.Rd
perform binning first then run a HAL classifier
new()
cvDensityHAL$new(x, longiData)
assign_fold()
cvDensityHAL$assign_fold(n_fold = 3)
cv()
cvDensityHAL$cv(lambda = 2e-05, verbose = FALSE, ...)
cv_lambda_grid()
cvDensityHAL$cv_lambda_grid(lambda_grid = NULL, lambda_min_ratio = NULL, ...)
compute_model_full_data()
cvDensityHAL$compute_model_full_data(lambda)
clone()
The objects of this class are cloneable with this method.
cvDensityHAL$clone(deep = FALSE)
deep
Whether to make a deep clone.