list_sim_data: Simulate data from a list of random forests

Description Usage Arguments

View source: R/chart_forest.R

Description

Simulate data from a list of random forests

Usage

1
2
list_sim_data(rf, class, var1, breaks1 = 50, var2 = NULL, var3 = NULL,
  n_cores = parallel::detectCores(), progress = interactive(), ...)

Arguments

rf

random forest

class

Which class to plot

var1

(Required) Primary variable (preferably continuous)

breaks1

How many values of the primary variable should be sampled when calculating partial dependence?

var2

Secondary variable

n_cores

How many cores to use when calculating in parallel? Defaults to all available cores.


mdlincoln/forestry documentation built on May 29, 2019, 4:42 a.m.