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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top