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,...)
Value
	
- fit
 
The naivebayes::naive_bayes fitted object
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