R/internals.R

Defines functions is.parsnip is.ranger is.rf

#' @keywords internals
is.rf <- function(x)inherits(x, 'randomForest')


#' @keywords internals
is.ranger <- function(x)inherits(x, 'ranger')

#' @keywords internals

is.parsnip <- function(x)inherits(x, 'model_fit')

Try the forestControl package in your browser

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

forestControl documentation built on Feb. 9, 2022, 5:08 p.m.