Clojure or Scheme bayesian classification libraries?

好久不见. 提交于 2019-12-04 02:54:53
dvogel

For clojure there is Incanter. It's more than just a bayes library. It is more akin to R. The documentation has two sections about it's bayes capabilities: 1, 2.

Weka is kind of classic. It is a Java lib, so it can be accessed from Clojure

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).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!