NAIVE_BAYES: Naive Bayes Modeling

View source: R/FRESAModelingFunctions.R

NAIVE_BAYESR 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 naivebayes::naive_bayes fitted object

Author(s)

Jose G. Tamez-Pena

See Also

naivebayes::naive_bayes


FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.