rftrain: Train a random forest

View source: R/RcppExports.R

rftrainR Documentation

Train a random forest

Description

This function is not intended for end users. Users should use the brif.formula or brif.default function.

Usage

rftrain(rdf, par)

Arguments

rdf

a data frame. The first column is treated as the target variable.

par

a list containing all parameters.

Value

a list, of class "brif", containing the trained random forest model.


brif documentation built on Feb. 16, 2023, 10:39 p.m.