R/print.fuse.R

print.fuse <-
function(x, ...)
  {
    cat("\nCall:\n", deparse(x$call), "\n\n", sep = "")
    meth <- if(is.function(x$method)) "custom algorithm" else x$method
    cat("Combination of", length(x$models), "classifiers using", meth, "\n")


  }

Try the FuseBox package in your browser

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

FuseBox documentation built on May 2, 2019, 5:16 p.m.