select_mtry: 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)
Value
Number of inputs selected according to the specified rule.
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.