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?

Était-ce utile?

La solution

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top