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!