R/naive_bayes.R

Defines functions naive_bayes

Documented in naive_bayes

naive_bayes <- function(x, ...) {
    UseMethod("naive_bayes")
}

Try the naivebayes package in your browser

Any scripts or data that you put into this service are public.

naivebayes documentation built on March 13, 2020, 1:31 a.m.