select_mtry: Select Possible Inputs in Split.

Description Usage Arguments Value

View source: R/splitRFEAT.R

Description

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

Usage

1
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.


MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.