igrigorik / decisiontree

ID3-based implementation of the ML Decision Tree algorithm
1.44k stars 130 forks source link

Allow passing through file extensions to graph #17

Closed conzett closed 10 years ago

conzett commented 10 years ago

Still defaults to png.

conzett commented 10 years ago

By default the png image was small and pixelated to the point where I couldn't see a large tree. As a result, I wanted to have the ability to specify some form of vector output.

igrigorik commented 10 years ago

thanks!