Module naive_bayes

Module naive_bayes 

Source

Structsยง

GaussianNaiveBayes
The GaussianNaiveBayes struct represents a Gaussian Naive Bayes classifier.
StdNaiveBayes
Implementation of a standard Naive Bayes classifier.