genCombRF: Generates stage 1 RF for Ghosal, Hooker RF implementation....

View source: R/Ghosal_Hooker_2018.R

genCombRFR Documentation

Generates stage 1 RF for Ghosal, Hooker RF implementation. Helper function.

Description

This function is primarily meant to be used within GhosalBoostRF().

Usage

genCombRF(
  formula = NULL,
  train_data = NULL,
  num_trees = num_trees,
  min_node_size = NULL,
  m_try = NULL,
  keep_inbag = TRUE,
  intervals = TRUE,
  alpha = NULL,
  importance = "none",
  weights = NULL,
  prop = NULL,
  inbag = NULL,
  num_threads = NULL
)

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