开发者

Naïve Bayes Classifier for iPhone?

Does anyone 开发者_开发知识库know if there is a library for the iPhone that includes a Naïve Bayes Classifier?


I also needed Naive Bayes implementation but in Ruby. Turns out that different implementations are tailored for specific task and may not be easily adapted to what you may need. In the end it was simpler for me to write my own implementation with the added benefit of understanding all the different subtleties of how it actually works.

YMMV, but if you interested in some resources to get started, I've detailed my experience http://arubyguy.wordpress.com/2011/03/03/bayes-classification-update/


According to the Wikipedia page for Naive Bayes classifier, there are a few libraries that compile for Mac OS. You may have to rejigger them to get them building in Xcode for iPhone, but it's a start:

  • OpenCV

  • IMSL Numerical Libraries

  • Orange

  • ifile

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜