rinuboney / clatern

Machine Learning in Clojure
Eclipse Public License 1.0
67 stars 12 forks source link

Adds a decision tree classifier. #33

Closed rnowling closed 9 years ago

rnowling commented 9 years ago

Naive implementation of the CART algorithm using the Gini index and majority vote on the leaves' class label distributions for prediction. Closes #29.

rinuboney commented 9 years ago

Isn't it better to name the record "DecisionTree" as opposed to "DTModel"?

rnowling commented 9 years ago

Closing in favor of updated PR #34