This function selects the number of inputs for a split in Random Forest.
select_mtry(s_mtry, t, nX, nY)
Number of inputs selected according to the specified rule.
Select number of inputs. It could be: "BRM"
, "DEA1"
, "DEA2"
, "DEA3"
or "DEA4"
or any integer.
Node which is being split.
Number of inputs in data.
Number of outputs in data.