naivebayes (version 1.0.0)

High Performance Implementation of the Naive Bayes Algorithm

Description

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.

Copy Link

Version

Down Chevron

Install

install.packages('naivebayes')

Monthly Downloads

7,995

Version

1.0.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 16th, 2024

Functions in naivebayes (1.0.0)