Learn R Programming

emil (version 2.2.10)

predict_naive_bayes: Predict using naive Bayes model

Description

Predict using naive Bayes model

Usage

predict_naive_bayes(object, x)

Arguments

object

Fitted naive Bayes model.

x

Data set to predict response for

See Also

predict.