1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/compareTo.R
19 \item{data}{Data matrix or data.frame}
21 \item{target}{Target vector (generally)}
23 \item{method_s}{Either a single function, or a list
24 (examples: agghoo_run, standardCV_run)}
26 \item{N}{Number of calls to method(s)}
28 \item{nc}{Number of cores. Set to parallel::detectCores() if undefined.
29 Set it to any value <=1 to say "no parallelism".}
31 \item{floss}{Loss function to compute the error on testing dataset.}
33 \item{verbose}{TRUE to print task numbers and "Errors:" in the end.}
35 \item{...}{arguments passed to method_s function(s)}
38 Run compareTo N times in parallel.