View source: R/R_honestRFTree.R
Checks that the input parameters for an honest RF make sense
1 | honestRFTree_input_checker(nodesize, sampleIndex)
|
nodesize |
The minimum observations contained in terminal nodes. The default value is 5. |
sampleIndex |
A list of the index of observations that are used as averaging dataset. The index are based on the original dataset 'x' and 'y' from forest. Essentially, 'x[sampleIndex]' generates the whole splitting dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.