MachineShop (version 3.7.0)

NaiveBayesModel: Naive Bayes Classifier Model

Description

Computes the conditional a-posterior probabilities of a categorical class variable given independent predictor variables using Bayes rule.

Usage

NaiveBayesModel(laplace = 0)

Value

MLModel class object.

Arguments

laplace

positive numeric controlling Laplace smoothing.

Details

Response types:

factor

Further model details can be found in the source link below.

See Also

naiveBayes, fit, resample

Examples

Run this code
# \donttest{
## Requires prior installation of suggested package e1071 to run

fit(Species ~ ., data = iris, model = NaiveBayesModel)
# }

Run the code above in your browser using DataLab