variable.importance {cubt} | R Documentation |
Computes variables importance from a CUBT tree
variable.importance(aa, dat,crit0 = "anova",surr=F)
aa |
A cubt Tree. |
dat |
Data usedto grow the tree. |
crit0 |
Criterion used to compute the contribution of each surrogate split. |
surr |
If TRUE returns a list with both surrogate splits and variables importance. Otherwise returns only variables importance. |
Computes variables importance from a CUBT Tree
Returns variabes importance
Badih Ghattas