Learn R Programming

Rborist (version 0.2-0)

Export: Exportation Format for Rborist Training Output

Description

Formats training output into a form suitable for illustration of feature contributions.

Usage

# S3 method for Rborist
Export(arbOut)

Arguments

arbOut

an object of type Rborist produced by training.

Value

An object of type Export.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    data(iris)
    rb <- Rborist(iris[,-5], iris[,5])
    ffe <- Export(rb)
  
# }

Run the code above in your browser using DataLab