random_forest | R Documentation |
A list that contains a trained random forest created with ranger and the dataframe of distances used to train the random forest.
random_forest
A list with the following components:
A random forest created with ranger with settings: importance = 'permutation', scale.permutation.importance = TRUE, and num.trees = 200.
A vector of the distance measures used to train the random forest: c('abs', 'euc')
# view the random forest
random_forest$rf
# view the distance measures used to train the random forest
random_forest$distance_measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.