select_mtry {eat} | R 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: |
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.
[Package eat version 0.1.4 Index]