genRF: Generate quantile RF

View source: R/Tung_Huang_Nyugen_Khan_2014.R

genRFR Documentation

Generate quantile RF

Description

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

Usage

genRF(
  formula = NULL,
  train_data = NULL,
  pred_data = NULL,
  intervals = FALSE,
  num_trees = num_trees,
  min_node_size = NULL,
  m_try = NULL,
  keep_inbag = TRUE,
  forest_type = "RF",
  importance = "none",
  weights = NULL,
  num_threads = num_threads
)

chancejohnstone/piRF documentation built on April 14, 2025, 3:02 a.m.