Rborist (version 0.2-3)

Streamline: Reducing Memory Footprint of Trained Decision Forest

Description

Clears fields deemed no longer useful.

Usage

# S3 method for default
Streamline(rs)

Value

an object of class Rborist with certain fields cleared.

Arguments

rs

Trained forest object.

Author

Mark Seligman at Suiji.

Examples

Run this code
if (FALSE) {
    ## Trains.
    rs <- Rborist(x, y)
    ...
    ## Replaces trained object with streamlined copy.
    rs <- Streamline(rs)
 }

Run the code above in your browser using DataCamp Workspace