rinuboney / clatern

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

Adds a decision tree classifier (with rename) #34

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. Renames DTModel to DecisionTree. Closes #29.