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', 'Multinomial' 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 [aut, cre] (<https://orcid.org/0000-0002-7524-8014>)
MaintainerMichal Majka <michalmajka@hotmail.com>
LicenseGPL-2
Version1.0.0
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 June 25, 2024, 1:16 a.m.