genRF: Generate quantile RF

Description Usage

View source: R/Tung_Huang_Nyugen_Khan_2014.R

Description

This function is primarily meant to be used within the TungUbRF() function. All parameters are same as in TungUbRF().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
genRF(
  formula = NULL,
  train_data = NULL,
  pred_data = NULL,
  num_trees = num_trees,
  min_node_size = NULL,
  m_try = NULL,
  keep_inbag = TRUE,
  intervals = TRUE,
  alpha = alpha,
  forest_type = "RF",
  importance = "none",
  weights = NULL,
  num_threads = num_threads
)

piRF documentation built on July 1, 2020, 7:51 p.m.

Related to genRF in piRF...