sidiwang/NaiveBayes: Naive Bayes Classification and Prediction

A Naive Bayes classifier that assumes independence between the feature variables. The model automatically detects the input data type and applies corresponding classification rules (categorical / numerical) to each variable. The Gaussian distribution is used with numerical values.

Getting started

Package details

AuthorSidi Wang
MaintainerSidi Wang <sidiwang@umich.edu>
LicenseGPL-2
Version0.1.0
URL https://github.com/sidiwang/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("sidiwang/NaiveBayes")
sidiwang/NaiveBayes documentation built on Nov. 26, 2019, 9 a.m.