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.

getOOB(object, noWarning)

Arguments

object

A `forestry` object.

noWarning

flag to not display warnings

Value

The OOB error of the forest.