igrigorik / decisiontree

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

Enhance documentation #9

Closed marshallshen closed 11 years ago

marshallshen commented 11 years ago

I was playing with decision tree for a personal project. It took me a while to figure out the semantics for passing in both discrete and continuous attributes.

Thought it would be beneficial for other people. :)

igrigorik commented 11 years ago

Great stuff, thanks Marshall!