I would like to create a diagram of a binary decision tree. What free tool will make that easy?
|
feedback
|
|
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. | |||
|
feedback
|