Run compareMulti on several values of the parameter V.
compareRange(
data,
target,
method_s,
N = 100,
nc = NA,
floss = NULL,
V_range = c(10, 15, 20),
...
)Data matrix or data.frame
Target vector (generally)
Either a single function, or a list (examples: agghoo_run, standardCV_run)
Number of calls to method(s)
Number of cores. Set to parallel::detectCores() if undefined. Set it to any value <=1 to say "no parallelism".
Loss function to compute the error on testing dataset.
Values of V to be tested.
arguments passed to method_s function(s)