Directly calling the randomForest package implementation. See
randomForest
for parameter specification.
fit_randomForest(x, y, ...)
Dataset, numerical matrix with observations as rows.
Class labels, factor.
Sent to randomForest
.
Fitted random forest.
Breiman L (2001). Random Forests. Machine Learning, 45(1), 5<U+2013>32. doi:10.1023/a:1010933404324.
emil
, predict_randomForest
,
importance_randomForest
, modeling_procedure