An R package implementing the Random Gaussian Naive Bayes (RFB-NB) classifier: a bootstrap- and feature-randomized ensemble of Gaussian Naive Bayes models with posterior averaging.
The method is designed for high-dimensional classification, combining the simplicity of Naive Bayes with robustness from bootstrap aggregation and random subspace selection.
```r install.packages(“RandomGaussianNB”)