I would like to create a diagram of a binary decision tree. What free tool will make that easy?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I ended up using GraphViz which allows me te specify the tree in its dot language and then generate a visual representation (e.g. gif, jpg) from it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.