naiveBayes-class {cleanUpdTSeq} | R Documentation |
"naiveBayes"
An object of class "naiveBayes"
represents the conditional
a-posterior probabilities of a categorical class variable given independent
predictor variables using the Bayes rule.
Objects can be created by calls of the form
new("naiveBayes", apriori, tables, levels, call)
.