NAIVE_BAYES: 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
normalize
Apply data normalization?
...
Parameters to be passed to the naivebayes::naive_bayes function
Value
fitThe naivebayes::naive_bayes
fitted object
See Also
naivebayes::naive_bayes