Implement random forest model method

This commit is contained in:
Elias Projahn 2022-08-11 12:32:57 +02:00
parent 6cc9196a0d
commit 038208bfbd
3 changed files with 227 additions and 1 deletions

View file

@ -37,7 +37,8 @@ all_methods <- function() {
adjacency(),
clustering(),
correlation(),
neural()
neural(),
random_forest()
)
}