fit_randomForest: Fit random forest.
Description
Directly calling the randomForest package implementation. See
randomForest for parameter specification.
Usage
fit_randomForest(x, y, ...)
Arguments
x
Dataset, numerical matrix with observations as rows.
Value
Fitted random forest.