50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

Rborist (version 0.1-6)

ForestFloorExport: Exportation Format for Rborist Training Output

Description

Formats training output into a form suitable for forestFloor feature-contribution package.

Usage

# S3 method for Rborist
ForestFloorExport(arbOut)

Arguments

arbOut

an object of type Rborist produced by training.

Value

An object of type ForestFloorExport, as specified by the interface for the forestFloor package.

Examples

Run this code
  
    data(iris)
    rb <- Rborist(iris[-5], iris[5])
    ffe <- ForestFloorExport(rb)

    library(forestFloor)
    ForestFloor(ffe)
  

Run the code above in your browser using DataLab