Description Usage Arguments Value Author(s)
information gain for each parent node in a tree
1 2 3 4 |
tree |
tree (from randomForest::getTree) |
total |
if TRUE compute the sum instead of the mean |
zeroLeaf |
if TRUE discard the information gain due to splits resulting in n=1 |
score |
scoring method:MDI=mean decrease impurity (Gini),MDA=mean decrease accuracy (permutation),MIA=mean increase accuracy |
verbose |
level of verbosity |
tree object augmented with information gain at each node
Markus Loecher <Markus.Loecher@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.