SNNB: A Selective Neighborhood Based Naïve Bayes for Lazy Learning.

Zhipeng Xie,Wynne Hsu,Zongtian Liu,Mong-Li Lee
DOI: https://doi.org/10.1007/3-540-47887-6_10
2002-01-01
Abstract:Na ve Bayes is a probability-based classification method which is based on the assumption that attributes are conditionally mutually independent given the class label. Much research has been focused on improving the accuracy of Na ve Bayes via eager learning. In this paper, we propose a novel lazy learning algorithm, Selective Neighbourhood based Na ve Bayes (SNNB). SNNB computes different distance neighborhoods of the input new object, lazily learns multiple Na ve Bayes classifiers, and uses the classifier with the highest estimated accuracy to make decision. The results of our experiments on 26 datasets show that our proposed SNNB algorithm is efficient and it outperforms Na ve Bayes, and state-of-the-art classification methods NBTree, CBA, and C4.5 in terms of accuracy.
What problem does this paper attempt to address?