in Data Mining Methods Basics by
Q:
Explain Bayesian classification in Data Mining?

1 Answer

0 votes
by

A Bayesian classifier is a statistical classifier. They can predict class membership probabilities, for instance, the probability that a given sample belongs to a particular class. Bayesian classification is created on the Bayes theorem. A simple Bayesian classifier is known as the naive Bayesian classifier to be comparable in performance with decision trees and neural network classifiers. Bayesian classifiers have also displayed high accuracy and speed when applied to large databases.

Related questions

0 votes
asked Jul 6, 2022 in Data Mining Methods Basics by sharadyadav1986
0 votes
asked Jun 6, 2021 in Informatica by rajeshsharma
0 votes
asked Jul 6, 2022 in Data Mining Methods Basics by sharadyadav1986
+1 vote
asked Jul 7, 2021 in Data Handling by rajeshsharma
...