Any pointers to scheme/racket or clojure bayesian classification libraries? I need one for a toy/learning project that I'm going to do.
Asked
Active
Viewed 1,537 times
11
-
2A huge part of the value of Clojure is that it can use any Java library. So don't restrict yourself from searching in the Java only world. – Allen Jun 28 '10 at 23:07
4 Answers
2
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).

G__
- 7,003
- 5
- 36
- 54