This function randomly selects the variables that are evaluated to divide a node and removes those that do not present variability.
mtry_inputSelection(data, x, t, mtry)
Index of the variables by which the node is divided.
data.frame
containing the training set.
Column input indexes in data.
Node which is being split.
Number of inputs selected for a node to be split.