getOOB-forestry {Rforestry} | R Documentation |
getOOB-forestry
Description
Calculate the out-of-bag error of a given forest. This is done by using the out-of-bag predictions for each observation, and calculating the MSE over the entire forest.
Usage
getOOB(object, noWarning)
Arguments
object |
A 'forestry' object. |
noWarning |
flag to not display warnings |
Value
The OOB error of the forest.
[Package Rforestry version 0.10.0 Index]