NAIVE_BAYES {FRESA.CAD} | R Documentation |
Naive Bayes Modeling
Description
FRESA wrapper to fit naivebayes::naive_bayes
object to the data
Usage
NAIVE_BAYES(formula = formula,data=NULL,pca=TRUE,normalize=TRUE,...)
Arguments
formula |
The base formula to extract the outcome |
data |
The data to be used for training the method |
pca |
Apply PCA? |
normalize |
Apply data normalization? |
... |
Parameters to be passed to the naivebayes::naive_bayes function |
Value
fit |
The |
Author(s)
Jose G. Tamez-Pena
See Also
naivebayes::naive_bayes
[Package FRESA.CAD version 3.4.8 Index]