Learn R Programming

Rborist (version 0.1-8)

Streamline: Reducing Memory Footprint of Trained Decision Forest

Description

Clears fields deemed no longer useful.

Usage

# S3 method for default
Streamline(rb)

Arguments

rb

Trained forest object.

Value

an object of class Rborist with certain fields cleared.

Examples

Run this code
# NOT RUN {
    ## Trains without validation.
    rb <- Rborist(x, y, noValidate=TRUE)
    ...
    ## Delayed validation using a PreFormat object.
    rb <- Streamline(rb)
 
# }

Run the code above in your browser using DataLab