Type: Package Package: naivebayes Title: High Performance Implementation of the Naive Bayes Algorithm Version: 1.0.0 Authors@R: person("Michal", "Majka", , "michalmajka@hotmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7524-8014")) 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. License: GPL-2 URL: https://github.com/majkamichal/naivebayes, https://majkamichal.github.io/naivebayes/ BugReports: https://github.com/majkamichal/naivebayes/issues Suggests: knitr, Matrix VignetteBuilder: knitr Encoding: UTF-8 NeedsCompilation: no Repository: https://majkamichal.r-universe.dev Date/Publication: 2025-11-21 18:57:34 UTC RemoteUrl: https://github.com/majkamichal/naivebayes RemoteRef: HEAD RemoteSha: 06ace975ba6d3f8c809a0c6369ecfdeaea94d6d9 Packaged: 2026-06-20 10:40:56 UTC; root Author: Michal Majka [aut, cre] (ORCID: ) Maintainer: Michal Majka