rinuboney / clatern

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

Add random forest classifier #39

Closed rnowling closed 9 years ago

rnowling commented 9 years ago

Changes include:

Closes #30

rinuboney commented 9 years ago

The naive bayes classifier also used map-values function. I replaced the map-values to the one I had in naive bayes which I believe is more efficient and I updated naive bayes to use that.

rnowling commented 9 years ago

+1. Thanks for catching the duplication. :)