搜索资源列表
bayes
- 系统可靠性综合评估的BAYES方法-integrated system reliability assessment of the Bayesian method
垃圾邮件过滤器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),
基于朴素贝叶斯方法的文本分类
- 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
Bayes.java
- 垃圾邮件过滤,用bayes方法,贝叶斯算法判断垃圾邮件-bayes for spam filtering
bayes
- 数据挖掘聚类算法:bayes源代码,使用JAVA语言实现-data mining clustering algorithm
Bayesian
- implement bayes form spam filter (java source code)
89
- 一个很不错的Java写的naive bayes 程序,欢迎大家使用~-naive bayes, java source code
stable-3-6
- naive bayes algorithm
Classifier4J-0.6
- naive bayes classifier
NaiveBayes1
- Naive Bayes training and testing with 10-fold cross validation. Train and test data files provided.
Nave-Bayes
- Naive Bayes Source code
bayes
- 贝叶斯文本分类 完整程序,可以运行,非常适合学生学习-bayes It is important for students
Copy-of-bayes
- bayes 短文本分类 300个文本作训练集,进行文本倾向分类 分类效果一般-bayes text divide
Bayes
- 实现贝叶斯分类算法,将指定的文件训练后,对测试集进行分类-Bayes classifier
Naive-Bayes
- 朴素贝叶斯代码,考虑很多的因素,并启用用拉普拉斯矫正了-Naive Bayes code, considering many factors, and enable the Laplace corrected
bayes
- 一个朴素贝叶斯的程序,用于文本分类,准确率高达90 -a naive bayes algorithm used to classifying text
bayes
- java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
Bayes
- Java实现的基于朴素贝叶斯的身高分类,包含训练集文档。代码简单易读。-Java-based implementation of height Naive Bayes classification, including the training set documentation. The code easier to read.
Bayes
- bayes probability which is widely used in the machine learning. Many research works are based on the bayes.
Bayes
- 用java语言实现的朴素贝叶斯算法。可以根据输入属性值来判断目标属性的值。-This is the code about Naive Bayes.