View source: R/get_distance_score.R
get_distance_score | R Documentation |
get_distance_score
calculated tree based distance score for a single tree to a random forest built with ranger
.get_distance_score
calculated tree based distance score for a single tree to a random forest built with ranger
.
get_distance_score(rf, dist_val_rf, dist_val_tree, metric, test_data = NULL)
rf |
Object of class |
dist_val_rf |
Distance values for the random forest created with get_distance_values() |
dist_val_tree |
Distance values for the tree created with get_distance_values() |
metric |
Specification of distance (dissimilarity) metric. Available are "splitting variables", "weighted splitting variables", and "prediction". |
test_data |
Additional data set comparable to the data set |
mean distance of tree to random forest
Lea Louisa Kronziel, M.sc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.