print.ODRF | R Documentation |
Print contents of ODRF object.
## S3 method for class 'ODRF'
print(x, ...)
x |
An object of class |
... |
Arguments to be passed to methods. |
OOB error, misclassification rate (MR) for classification or mean square error (MSE) for regression.
ODRF
data(iris)
forest <- ODRF(Species ~ ., data = iris, parallel = FALSE, ntrees = 50)
forest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.