View source: R/get_inbag_data.R
get_inbag_data | R Documentation |
Get inbag data of decision tree
get_inbag_data(rf_list, train_data_df, tree_number)
rf_list |
Random forest, which is built like the one you get from ranger() |
train_data_df |
Data frame of the training data with which the random forest was trained |
tree_number |
Number of the decision tree of the rf_list to be displayed |
Data frame with inbag observations of decision tree
Lea Louisa Kronziel, M.Sc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.