rf_classifier: construct a random forest wrapper classifier

View source: R/all_generic.R

rf_classifierR 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


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.