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
Packaged: 2024-03-16 12:22:56 UTC; michal
Author: Michal Majka [aut, cre] (<https://orcid.org/0000-0002-7524-8014>)
Maintainer: Michal Majka <michalmajka@hotmail.com>
Repository: CRAN
Date/Publication: 2024-03-16 12:50:02 UTC
Built: R 4.3.2; ; 2024-03-16 15:55:13 UTC; unix
