Decision tree vs. Naive Bayes classifier [closed]
I am doing some research about different data mining techniques and came across something that I could not figure out. If any one have any idea that would be great. In which cases is it better to use a Decision tree and other cases a Naive Bayes classifier? Why use one of them in certain cases? And the other in different cases? (By looking at its functionality, not at the algorithm) Anyone have some explanations or references about this? Decision Trees are very flexible, easy to understand, and easy to debug. They will work with classification problems and regression problems. So if you are