majkamichal/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

Maintainer
LicenseGPL-2
Version1.0.0
URL https://github.com/majkamichal/naivebayes https://majkamichal.github.io/naivebayes/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("majkamichal/naivebayes")
majkamichal/naivebayes documentation built on March 26, 2024, 8:44 p.m.