rf_pathfinder: Find all possible paths through a random forest

Description Usage Arguments See Also

Description

rf_pathfinder is a high level function to find all paths through a random forest. This function returns a dataframe that can be supplied to rf_parcoor or rf_sankey to produce plots of these paths. Please see the help pages for rf_parcoor or rf_sankey for examples of workflows flow for visualising the paths through random forests with these functions.

Usage

1
rf_pathfinder(rf, report.progress = TRUE)

Arguments

rf

An object of class randomForest returned by randomForest

See Also

rf_parcoor and rf_sankey


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