select_mtry: Select Possible Inputs in Split.

View source: R/splitRFEAT.R

select_mtryR Documentation

Select Possible Inputs in Split.

Description

This function selects the number of inputs for a split in Random Forest.

Usage

select_mtry(s_mtry, t, nX, nY)

Arguments

s_mtry

Select number of inputs. It could be: "BRM", "DEA1", "DEA2", "DEA3" or "DEA4" or any integer.

t

Node which is being split.

nX

Number of inputs in data.

nY

Number of outputs in data.

Value

Number of inputs selected according to the specified rule.


eat documentation built on Jan. 10, 2023, 5:13 p.m.