rf_classifier {multivarious}R Documentation

construct a random forest wrapper classifier

Description

Given a model object (e.g. projector construct a random forest classifier that can generate predictions for new data points.

Usage

rf_classifier(x, colind, ...)

Arguments

x

the model object

colind

the (optional) column indices used for prediction

...

extra arguments to randomForest function

Value

a random forest classifier


[Package multivarious version 0.2.0 Index]