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 Rborist produced by training.
Rborist
An object of type ForestFloorExport, as specified by the interface for the ForestFloor package.
ForestFloorExport
# NOT RUN { # } # NOT RUN { data(iris) rb <- Rborist(iris[,-5], iris[,5]) ffe <- ForestFloorExport(rb) library(ForestFloor) ForestFloor(ffe) # }
Run the code above in your browser using DataLab