I have created a decision tree in Weka. I now want to calculate a prediction (with this model) in matlab and visualize the result nicely in the tree. But I haven't been able to find a good way to draw the tree and the results from the instance on it.
Should I draw it as a flow chart? is there an out of the box way to do this? Could I calculate C4.5 in Matlab and would it already draw the tree?