Package: naivebayes 1.0.0

naivebayes: High Performance Implementation of the Naive Bayes Algorithm
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.
Authors:
naivebayes_1.0.0.tar.gz
naivebayes_1.0.0.zip(r-4.7)naivebayes_1.0.0.zip(r-4.6)naivebayes_1.0.0.zip(r-4.5)
naivebayes_1.0.0.tgz(r-4.6-any)naivebayes_1.0.0.tgz(r-4.5-any)
naivebayes_1.0.0.tar.gz(r-4.7-any)naivebayes_1.0.0.tar.gz(r-4.6-any)
naivebayes_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
naivebayes/json (API)
| # Install 'naivebayes' in R: |
| install.packages('naivebayes', repos = c('https://majkamichal.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/majkamichal/naivebayes/issues
Pkgdown/docs site:https://majkamichal.github.io
classification-modeldatasciencemachine-learningnaive-bayes
Last updated from:06ace975ba. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 109 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 90 |
Exports:%class%%prob%bernoulli_naive_bayesgaussian_naive_bayesget_cond_distmultinomial_naive_bayesnaive_bayesnonparametric_naive_bayespoisson_naive_bayestables
Dependencies:
