Learn R Programming

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

Install

install.packages('naivebayes')

Monthly Downloads

4,462

Version

1.0.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 16th, 2024

Functions in naivebayes (1.0.0)

naivebayes

naivebayes
naive_bayes

Naive Bayes Classifier
plot.gaussian_naive_bayes

Plot Method for gaussian_naive_bayes Objects
tables

Browse Tables of Naive Bayes Classifier
plot.naive_bayes

Plot Method for naive_bayes Objects
predict.poisson_naive_bayes

Predict Method for poisson_naive_bayes Objects
bernoulli_naive_bayes

Bernoulli Naive Bayes Classifier
poisson_naive_bayes

Poisson Naive Bayes Classifier
predict.bernoulli_naive_bayes

Predict Method for bernoulli_naive_bayes Objects
plot.nonparametric_naive_bayes

Plot Method for nonparametric_naive_bayes Objects
plot.poisson_naive_bayes

Plot Method for poisson_naive_bayes Objects
get_cond_dist

Obtain names of class conditional distribution assigned to features
gaussian_naive_bayes

Gaussian Naive Bayes Classifier
predict.naive_bayes

Predict Method for naive_bayes Objects
coef

Extract Model Coefficients
predict.nonparametric_naive_bayes

Predict Method for nonparametric_naive_bayes Objects
predict.gaussian_naive_bayes

Predict Method for gaussian_naive_bayes Objects
predict.multinomial_naive_bayes

Predict Method for multinomial_naive_bayes Objects
nonparametric_naive_bayes

Non-Parametric Naive Bayes Classifier
multinomial_naive_bayes

Multinomial Naive Bayes Classifier
Infix operators

Predict Method for Family of Naive Bayes Objects
plot.bernoulli_naive_bayes

Plot Method for bernoulli_naive_bayes Objects