搜索资源列表
垃圾邮件过滤器Java源码
- 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦,Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans generated interface (to be JDK1.6),
NaiveBayes.java.tar.gz 基于weka的分类算法
- 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
MailFilter
- JAVA写的垃圾邮件过滤器,基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-JAVA to write spam filters, based on the Naive Bayes algorithm, using NetBean generated interface (to be JDK1.6), applies to SMS, E-mail e-mail, diary and some oth
Emailfilter
- 邮件过滤器,使用了朴素贝叶斯算法,用来过滤垃圾邮件-Email filter:it is used for filter the junk email
Email-Classification
- 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90。-The Research of Email Classification
TreeID3
- 决策树ID3分类算法以及朴素贝叶斯分类算法可以用于数据的分类-Decision tree ID3 classification algorithm and the naive Bayesian classifier algorithm can be used for data classification
mailFiler
- 朴素贝叶斯分类算法开发的文本文件过滤器 ,使用之前需要设置训练集.-Naive Bayes classification algorithm developed by a text file filters, need to set up the training set prior to use.
MyTextClassify
- 这个程序的主要功能是 文本分类,分类算法是朴素贝叶斯分类-The main function of this program is a text classification algorithm Naive Bayes classifier
NaiveBayes
- 基于朴素贝叶斯算法实现的文本分类程序,对数据挖掘的初学者具有很好的学习参考价值。-Based on Bayesian text classification algorithm procedures, data mining beginners a good learning reference value.
mail_filter
- 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-This software is based on Bayesian algorithm, using NetBean generated interface (required JDK1.6), applicable to SMS, e-mail messages, diary and some txt files to classify th
DataMining
- 分类算法的java实现,包括KNN算法,朴素贝叶斯算法等-Classification algorithm to achieve by java, including KNN algorithm, Naive Bayes algorithm
ChinesesClasscify
- 本程序是Java实现的,可以实现新闻标题分类、网络爬虫,使用的算法是朴素贝叶斯-classify the News and crawl
nativeBayes
- 朴素贝叶斯算法的java代码实现与实际例子-native beyes
Bayes
- 用java语言实现的朴素贝叶斯算法。可以根据输入属性值来判断目标属性的值。-This is the code about Naive Bayes.
TestNaiveBayes
- 采用朴素贝叶斯算法自动处理大量数据,Java语言编写。数据见TXT文件。-Using naive Bayesian algorithm to automatically deal with a large number of data, Java language. See data TXT file.
Naive-Bayes
- Naive Bayes 朴素贝叶斯算法的实现-Naive Bayes
test1
- 朴素贝叶斯分类算法,用于进行文本分类,自带训练集-Naive Bias classification algorithm with training set
CLASSIFICATION-with-newsgroup
- 多文本分类,KNN和朴素贝叶斯算法,英文文本,-Text categorization, KNN and naive bayes algorithm, the English text,
JAbbbb
- 改进了基于朴素贝叶斯的java实现短信过滤算法-java achieve SMS filtering .............................................. ...........................
naive_bayes_demo
- 算是是朴素贝叶斯的java实现,数据集已在文件包中,欢迎有错指出(naive baye demo including data Source implement use java .)