C4.5 decision tree algorithm

A

almurph

Hi,

I'm looking for a C# implementation of the C4.5 algorithm or failing
that, a pseudocode implementation easy enough that I could implement
in C# (I'm pretty new to decision trees, so it would have to be pretty
detailed etc...)
Any comments/suggestions/advice would be greatly appreciated.

Thanking you,
Al.
 
F

fredm

Hi,

        I'm looking for a C# implementation of the C4.5 algorithmor failing
that, a pseudocode implementation easy enough that I could implement
in C# (I'm pretty new to decision trees, so it would have to be pretty
detailed etc...)
        Any comments/suggestions/advice would be greatly appreciated.

Thanking you,
Al.

Some source code (but not C#) and nice documentation:

http://www2.cs.uregina.ca/~dbd/cs831/notes/ml/dtrees/c4.5/tutorial.html
http://www.cs.ualberta.ca/~aixplore/learning/DecisionTrees/index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top