how do I interpret rpart splits on factor variables when building classification trees in R?
- by artessa
ie, if the factor variable is Climate, with 4 possible values: Tropical, Arid, Temperate, Snow, and a node in my rpart tree is labeled as "Climate:ab", what is the split?