Issue with C5.0 algorithm - Rules and Branches

Hello I was performing some clustering with my dataset using C5.0 algorithm and I noticed that the output provided by the commands

newZ.fit <- C5.0(newZ.train[,-95], newZ.train$label, na.action = na.pass)
newZ.fit <- C5.0(newZ.train[,-95], newZ.train$label, na.action = na.pass, rules = TRUE)

is different, or in other words, the generated rules are different than the generated branches.
Why does this happen?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.