oob.error.rate.wsrf {wsrf} | R Documentation |
Return out-of-bag error rate for "wsrf
" model.
## S3 method for class 'wsrf' oob.error.rate(object, tree, ...)
object |
object of class |
tree |
logical or an integer vector for the index of a specific
tree in the forest model. If provided as an integer vector,
|
... |
not used. |
return a vector of error rates.
He Zhao and Graham Williams (SIAT, CAS)