oob_errors | R Documentation |
rang_oob_err()
Returns vector of error indicators chosen by majority vote. Where the vote is split the entry wil be 0.5.
The entry will be NaN
Where there are no out-of-bag predictions for a data point.
oob_errors(oob_mat, n_trees, target)
oob_mat |
Matrix of out-of-bag individual tree class predicitions with an |
n_trees |
Positive integer. Gives the number of trees to be used in the prediction (columns |
target |
Vector of true classes (either 1 or 2). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.