mtry_finder: Calculate mtry for randomForest

View source: R/mtry_finder.R

mtry_finderR Documentation

Calculate mtry for randomForest

Description

Calculates mtry, the number of variables to try at each split, from a data.frame for randomForest.

Usage

mtry_finder(df)

Arguments

df

data.frame

Value

Single numeric value for mtry

Examples

data(iris)
mtry <- mtry_finder(iris)


amorris28/amorris documentation built on Nov. 24, 2022, 6:39 a.m.