rf_classifier.Rd
Given a model object (e.g. projector construct a random forest classifier that can generate predictions for new data points.
projector
rf_classifier(x, colind, ...)
the model object
the (optional) column indices used for prediction
extra arguments to randomForest function
randomForest
a random forest classifier