View source: R/mtryOptimization.R
mtryOptimization | R Documentation |
Function to define mtry random forest parameter.
mtryOptimization(response,predictors,nrep)
response |
predicted variable. |
predictors |
set of predictors. |
nrep |
number of iteration. |
Plot the mtry value that minimize the mean out-of-bag error rate.
# mtryOptimization(response,predictors,100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.