check_mtry | R Documentation |
Check Argument mtry
check_mtry(mtry, nv)
mtry |
Number of covariates to possibly split at in each node. Default is the (rounded down) square root of the number of covariates. Alternatively, one can pass a single-argument function returning an integer, where the argument is the number of covariates. |
nv |
Number of covariates. |
Appropriate value of mtry
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.