powered by
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
Run the code above in your browser using DataLab