Frage

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?

War es hilfreich?

Lösung

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top