Skip to content

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

License

Notifications You must be signed in to change notification settings

larsmoltsen/NaiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!