Skip to content
Prev 11345 / 398502 Next

Surrogate splits for decision trees

Dear R,

Short verse of the question:

Is there R code which will calculate surrogate splits
and/or delta impurity for decision trees at each node?


Long Version:

I have local, legacy code which I use to calculate my decision trees.
I would like to switch to R, but as I understand it surrogate splits
are not implemented.

Surrogate splits and feature ranking are described in Breiman et al
"CART" 1984.  Curiously, they don't seem to appear anywhere else
in the literature.

Can anyone comment on how extenible Ripley's tree package is?

Thanks in advance,


--Clayton