rf_all_paths: All paths through a random forest

Description Usage Arguments

Description

rf_all_paths is a low level function called by rf_pathfinder to determine all paths through all trees in a random forest.

Usage

1
rf_all_paths(rf, report.progress = TRUE)

Arguments

rf

An object of class randomForest returned by randomForest

report.progress

if TRUE the percentage of trees for which all paths have been found is printed to the console as the function runs, if FALSE no such progress report is printed


brfitzpatrick/forestviews documentation built on May 14, 2019, 8:17 a.m.