larsmoltsen / NaiveBayes

A simple, robust, multi-state Java implementation of the Naive Bayes classification algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaiveBayes

A simple, robust, multi-state Java implementation of the Naive Bayes classification algorithm.

The test section demonstrates how to use the algorithm for diagnosing a few diseases (flu and measles) based on two observable symptoms (fever and red spots).

Check out documentation here: http://www.moltsen.com/NaiveBayes/

Have fun!

About

A simple, robust, multi-state Java implementation of the Naive Bayes classification algorithm.

License:Other


Languages

Language:Java 100.0%