Any pointers to scheme/racket or clojure bayesian classification libraries? I need one for a toy/learning project that I'm going to do.
+2
A:
If you use Clojure, you have full access to Java libraries. Classifier4J seems to be a good fit, although development stopped several years ago. You should be able to find several more if you dig through Sourceforge (not sure what your specific requirements are).
Greg Harman
2010-06-27 16:49:10
+3
A:
Weka is kind of classic. It is a Java lib, so it can be accessed from Clojure
bugspy.net
2010-06-27 18:21:03