Description Usage Arguments Value Examples
View source: R/analysis_tools.R
Calculate which features the forest split on at each depth.
1 | split_frequencies(forest, max.depth = 4)
|
forest |
The trained forest. |
max.depth |
Maximum depth of splits to consider. |
A matrix of split depth by feature index, where each value is the number of times the feature was split on at that depth.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.