R/print_boostrWrapper.R

Defines functions print.boostrWrapper

print.boostrWrapper <- function(x, ...) {
  attrs <- attributes(x)
  print(attrs[c("className", ".options", "predictor")])
}

Try the boostr package in your browser

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

boostr documentation built on May 2, 2019, 1:42 p.m.