R/setJobFunction.R

Defines functions setJobFunction.ExperimentRegistry

#' @export
setJobFunction.ExperimentRegistry = function(reg, ids, fun, more.args = list(), reset = TRUE, force = FALSE) {
  stop("setJobFunction not available for BatchExperiments. Please use addProblem or addAlgorithm with overwrite = TRUE")
}

Try the BatchExperiments package in your browser

Any scripts or data that you put into this service are public.

BatchExperiments documentation built on March 21, 2022, 5:06 p.m.