搜索资源列表
Bayes.rar
- 使用Iris数据集,朴素贝叶斯分类算法。,The use of Iris data set, Naive Bayes classification algorithm.
mail
- 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, d
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
Bayes
- 朴素的贝叶斯网络是数据挖掘中的一项重要技术,本源码使用朴素的贝叶斯网络实现数据的分类-data classification by Naive Bayes
10Algorithms-08
- This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
wanghaibo
- 贝叶斯算法 包括了朴素贝叶斯和M估计 对有零的情况的处理-Naive Bayes algorithm, including the estimated Bayes and M
Bayes
- 朴素的贝叶斯分类器,原理很简单,性能还不错-Naive Bayesian classifier, the principle is very simple, good performance
Naive-Bayes-using-c-
- 朴素贝叶斯的用c语言的一种实现方式 便于有需要的人学习使用-Naive Bayes using c language a way to achieve
text-classifier-master
- Classifier naive Bayes in Java
DataMining
- 酒数据挖掘,朴素贝叶斯分类器,把酒分成3类-Wine data mining, naive Bayes classifier, the wine is divided into three categories
bayes
- 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
NaiveBayes
- Naive Bayes algorithm for data mining
naive-bayes-with-python
- this python code implements naï ve bayes methods.
NAIVE-BAYES
- This application is java implementation Naive Bayes method for classifying a set of data generated in a two-dimensional space (R2). The ide used was NETBEANS
py_ex
- 利用朴素贝叶斯理论,将垃圾邮件的做分类,使用python代码,内涵邮件数据(Naive Bayes theory is used to classify spam, using Python code, and content mail data.)