Export {Rborist} | R Documentation |
Exportation Format for rfArb Training Output
Description
Formats training output into a form suitable for illustration of feature contributions.
Usage
## Default S3 method:
Export(arbOut)
Arguments
arbOut |
an object of type |
Value
An object of type Export
.
Author(s)
Mark Seligman at Suiji.
Examples
## Not run:
data(iris)
rb <- Rborist(iris[,-5], iris[,5])
ffe <- Export(rb)
## End(Not run)
[Package Rborist version 0.3-7 Index]