An Implementation of Naive Bayes Classifier 论文

2018引用 305
Bayesian Modeling and Causal InferenceRough Sets and Fuzzy LogicText and Document Classification Technologies

摘要

The necessity of classification is highly demanded in real life. As a mathematical classification approach, the Naive Bayes classifier involves a series of probabilistic computations for the purpose of finding the best-fitted classification for a given piece of data within a problem domain. In this paper, an implementation of Naive Bayes classifier is described. This classifier can be used as a general tool kit and applicable to various domains of classifications. To ensure the correctness of all probabilistic computations involved, a sample data set is selected to test this classifier.