Question

I'm looking for an Open Source Naïve Bayes Classifier library written in Java. Would appreciate any help in finding one.

Is Naïve Bayes Classifier the same as Bayesian Network?

Was it helpful?

Solution

OTHER TIPS

Mahout is in active development and has Bayesian classifier.

Naïve Bayes classifiers are the simpler cousins of Bayesian belief networks: Both apply Bayes' theorem, but whereas Naïve Bayes performs a straightforward input-output mapping, belief networks can represent more complex relationships.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top