Description Usage Arguments Value Examples
This function makes splits among columns, computes the Gini index for a specific split and selects the column with the lowest GINI Index.
1 | bestSplit(z)
|
z |
database, where the last column is the dependent variable |
list with a data.frame called base, the best (i.e. lowest) Gini Index, the value at which the split was made and the variable corresponding to the best split
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.