Export {Rborist} | R Documentation |
Formats training output into a form suitable for illustration of feature contributions.
## Default S3 method:
Export(arbOut)
arbOut |
an object of type |
An object of type Export
.
Mark Seligman at Suiji.
## Not run:
data(iris)
rb <- Rborist(iris[,-5], iris[,5])
ffe <- Export(rb)
## End(Not run)