powered by
Formats training output into a form suitable for ForestFloor feature-contribution package.
ForestFloor
# S3 method for Rborist ForestFloorExport(arbOut)
An object of type ForestFloorExport, as specified by the interface for the ForestFloor package.
ForestFloorExport
an object of type Rborist produced by training.
Rborist
Mark Seligman at Suiji.
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