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/morris documentation built on Nov. 29, 2022, 4:31 a.m.