naiveBayes: Naive bayes classifier using histograms and shrinkage
Description
After binning, this adds pseudo counts to each bin count to give
df approximate degrees of freedom. If partition=quantile, this does not
assume a continuous uniform prior over support, but rather a discrete uniform
over all (unlabeled) observations points.