Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bayes Theorem

Naive Bayes Classifier

In machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features.

Packages

  • org.dataalgorithms.chap14.spark
  • org.dataalgorithms.chap14.sparkwithlambda
  • org.dataalgorithms.chap14.mapreduce

References