Streamline.rfArb {Rborist} | R Documentation |
Reducing Memory Footprint of Trained Decision Forest
Description
Clears fields deemed no longer useful.
Usage
## S3 method for class 'rfArb'
Streamline(arbOut)
Arguments
arbOut |
Trained forest object of class |
Value
an object of class rfArb
with sample data cleared.
Author(s)
Mark Seligman at Suiji.
Examples
## Not run:
## Trains.
rs <- Rborist(x, y)
...
## Replaces trained object with streamlined copy.
rs <- Streamline(rs)
## End(Not run)
[Package Rborist version 0.3-7 Index]