I am trying to get the list of the splitting variable of a tree when using ctree
.
I found a way to get a specific splitting variable of a specific node using psplit. But I would like to get the whole list of the splitting variables in the entire tree.
Is there any simple way to get it?