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 June 25, 2024, 1:16 a.m.