expandfe {Rborist} | R Documentation |
Formats training output into a form suitable for illustration of feature contributions.
## Default S3 method:
expandfe(arbOut)
arbOut |
an object of type |
An object of type ExpandReg
or ExpandCtg
containing
human-readable representations of the trained forest.
Mark Seligman at Suiji.
## Not run:
data(iris)
rb <- Rborist(iris[,-5], iris[,5])
ffe <- expandfe(rb)
# An rfTrain counterpart is NYI.
## End(Not run)