Learn R Programming

wsrf (version 1.4.0)

oobErrorRate.wsrf: Out-of-Bag Error Rate

Description

Return out-of-bag error rate for "wsrf" model.

Usage

## S3 method for class 'wsrf':
oobErrorRate(object, tree)

Arguments

object
object of class wsrf.
tree
logical or an integer vector for the index of a specific tree in the forest model. If provided as an integer vector, oobErrorRate.wsrf will give the corresponding out-of-bag error rates of the exact trees specified by

Value

  • return a vector of error rates.

concept

out-of-bag error rate

See Also

wsrf