Package: RandomGaussianNB 0.2.4

RandomGaussianNB: Randomized Feature and Bootstrap-Enhanced Gaussian Naive Bayes Classifier

Provides an accessible and efficient implementation of a randomized feature and bootstrap-enhanced Gaussian naive Bayes classifier. The method combines stratified bootstrap resampling with random feature subsampling and aggregates predictions via posterior averaging. Support is provided for mixed-type predictors and parallel computation. Methods are described in Srisuradetchai (2025) <doi:10.3389/fdata.2025.1706417> "Posterior averaging with Gaussian naive Bayes and the R package RandomGaussianNB for big-data classification".

Authors:Patchanok Srisuradetchai [aut, cre]

RandomGaussianNB_0.2.4.tar.gz
RandomGaussianNB_0.2.4.zip(r-4.7)RandomGaussianNB_0.2.4.zip(r-4.6)RandomGaussianNB_0.2.4.zip(r-4.5)
RandomGaussianNB_0.2.4.tgz(r-4.6-any)RandomGaussianNB_0.2.4.tgz(r-4.5-any)
RandomGaussianNB_0.2.4.tar.gz(r-4.7-any)RandomGaussianNB_0.2.4.tar.gz(r-4.6-any)
RandomGaussianNB_0.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RandomGaussianNB/json (API)
NEWS

# Install 'RandomGaussianNB' in R:
install.packages('RandomGaussianNB', repos = c('https://patchanok-tu.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

1.70 score 441 downloads 1 exports 0 dependencies

Last updated from:0231a86ecd. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK108
source / vignettesOK143
linux-release-x86_64OK101
macos-release-arm64OK158
macos-oldrel-arm64OK160
windows-develOK57
windows-releaseOK90
windows-oldrelOK54
wasm-releaseOK84

Exports:random_gaussian_nb

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Predict from a random_gaussian_nb modelpredict.random_gaussian_nb
Train a Random Naive Bayes Model via Bootstrap + Random Subspace (Mixed Types)fitted.random_gaussian_nb nobs.random_gaussian_nb plot.random_gaussian_nb print.random_gaussian_nb random_gaussian_nb str.random_gaussian_nb summary.random_gaussian_nb