expandfe {Rborist} | R Documentation |
Expands forest values into front-end readable vectors.
Description
Formats training output into a form suitable for illustration of feature contributions.
Usage
## Default S3 method:
expandfe(arbOut)
Arguments
arbOut |
an object of type |
Value
An object of type ExpandReg
or ExpandCtg
containing
human-readable representations of the trained forest.
Author(s)
Mark Seligman at Suiji.
Examples
## Not run:
data(iris)
rb <- Rborist(iris[,-5], iris[,5])
ffe <- expandfe(rb)
# An rfTrain counterpart is NYI.
## End(Not run)
[Package Rborist version 0.3-7 Index]