randomforest_wrapper: Wrapper for fitting a main terms random forest

Description Usage Arguments Value Examples

Description

Wrapper for fitting a main terms random forest

Usage

1
2
3
randomforest_wrapper(train, test, mtry = floor(sqrt(ncol(train$X))),
  ntree = 1000, nodesize = 1, maxnodes = NULL, importance = FALSE,
  ...)

Arguments

train

...

test

...

mtry

...

ntree

...

nodesize

...

maxnodes

...

importance

...

...

...

Value

A list

Examples

1
# TO DO: Add

benkeser/cvtmleAUC documentation built on May 16, 2019, 2:30 a.m.