gini_or_variance {SSLR} | R Documentation |
Gini or Variance by column
Description
function used to calculate the gini coefficient or variance according to the type of the column. This function is called for the creation of the decision tree
Usage
gini_or_variance(X)
Arguments
X |
column to calculate variance or gini |
[Package SSLR version 0.9.3.3 Index]