rftrain {brif} | R 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.
[Package brif version 1.4.1 Index]