Question

I've been working on a data mining project lately, and it confuses me a lot that alternating decision tree seems to have more accuracy than WEKA built-in j48 algorithm. I don't have much idea about how these two algorithms are implemented, I hope someone can explain this from the algorithm point of view. Thanks a lot.

Was it helpful?

Solution

I don't have much idea about how these two algorithms are implemented

No one can explain to you why one can perform better than the other if you don't even understand the starting points. Learn about C4.5 and then learn about ADTrees.

Otherwise this would be an exercise in trying to teach you two algorithms in a single giant post - which is futile.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top