naivebayes: High Performance Implementation of the Naive Bayes Algorithm

In this implementation of the Naive Bayes classifier following class conditional distributions are available: Bernoulli, Categorical, Gaussian, Poisson and non-parametric representation of the class conditional density estimated via Kernel Density Estimation. Implemented classifiers handle missing data and can take advantage of sparse data.

Package details

AuthorMichal Majka
MaintainerMichal Majka <michalmajka@hotmail.com>
LicenseGPL-2
Version0.9.7
URL https://github.com/majkamichal/naivebayes https://majkamichal.github.io/naivebayes/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("naivebayes")

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.