blbrf: Bag of Little Boostrap for Random Forest

Description Usage Arguments Value Examples

View source: R/blbrf.R

Description

Implementation of the Bag of Little Bootstrap algorithm for Random Forest. Includes methods blb estimates for predictions. Based on the R Ranger package.

Usage

1
blbrf(formula, data, m = 10, B = 500, nthreads = 1)

Arguments

formula

object of class "formula"

data

a dataframe

m

an integer

B

an integer

nthreads

an integer

Value

blbrf

Examples

1
blbrf(mpg ~ wt * hp, data = mtcars, m = 3, B = 10000, nthreads = 8)

dlmao/blbmethods documentation built on Dec. 20, 2021, 12:09 a.m.