搜索资源列表
discretization
- 介绍数据挖掘里的离散化算法,对连续属性进行离散化的数据预处理-discretizaion for naive bayes method in the data mining
fd
- matlab下一些朴素贝叶斯模型,包括LDA与HDP-Some Naive Bayes models, including the LDA and HDP
nbb
- this program is used for classification of noisy pixel identification by using naive bayes classifier
bag_words_demo
- Graphic Detection and Recognition using Bag-of-word method, finding feature vector with K-means classifier, training or testing data with Naive Bayes Classifier or PLCA method.
Improved-Naive-Bayesian-classifier
- 对朴素贝叶斯算法的进一步改进。朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类性能的方法。为进一步的研究打下坚实的基础-Naive Bayes algorithm further improved. Naive Bayes classifier is a simple and efficient classifier, but its attr