FRESA wrapper to fit naivebayes::naive_bayes
object to the data
NAIVE_BAYES(formula = formula,data=NULL,pca=TRUE,normalize=TRUE,...)
The base formula to extract the outcome
The data to be used for training the method
Apply PCA?
Apply data normalization?
Parameters to be passed to the naivebayes::naive_bayes function
The naivebayes::naive_bayes
fitted object
naivebayes::naive_bayes