Learn R Programming

Rborist (version 0.2-3)

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)

Value

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

Arguments

arbOut

an object of type Rborist produced by training.

Author

Mark Seligman at Suiji.

Examples

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

    library(ForestFloor)
    ForestFloor(ffe)
  }

Run the code above in your browser using DataLab