Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

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!