搜索资源列表
Naivebayesjavacode
- Naive Bayes算法java代码,内涵4个小的java文件。-java code, meaning four small java document.
BayesClassifier.rar
- 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
NaviveBayesClassify
- 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
Machine-Learning-Java
- 机器学习算法利用JAVA语言实现,包括朴素贝叶斯算法,ID3算法等各种机器学习算法-Machine learning algorithms using JAVA language, including the Naive Bayes algorithm, ID3 algorithm and other machine learning algorithms
NaviveBayesClassify
- java代码的朴素贝叶斯分类器 java代码的朴素贝叶斯分类器 调试通过-java code java code Naive Bayes classifier Naive Bayesian classifier Naive Bayesian classification of java code through debugging
BNC
- 朴素贝叶斯分类器(Naive Bayes Classifier),可以分类任意属性个数和目标状态的离散样例。-Naive Bayesian classifier (Naive Bayes Classifier), can be categorized arbitrary number of attributes and objectives of the state of the discrete sample.
filter
- 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail messages, diaries and other do
BayesFileClassify
- 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
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算法,JAVA机器学习研究项目之一-Machine learning algorithm in the Naive Bayes algorithm, JAVA, one of machine learning research project
bayes
- 实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
NBClassify
- 人工智能。基于朴素贝叶斯的文本分类器,测试正确率较高。-Artificial intelligence. Naive Bayes text classification based on, test accuracy is higher.
naiveBayesClassify
- 自己用JAVA编写的朴素贝叶斯分类器程序,测试过,没问题,放心下载吧。-Naive Bayes classifier program written with JAVA, and tested, no problem, rest assured download it.
text-classifier-master
- Classifier naive Bayes in Java
TestNaiveBayes
- java开发weka包,实现naive Bayes分类功能-weka java development package to achieve naive Bayes classification
java
- Java的代码很好用啊啊多发阿德-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)
Naive-bayes
- Naive bayes JAVA, for study ARTIFICIAL INTELIGENT
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
NaiveBayesNLP
- 使用weka 运行朴素贝叶斯,去除拉普拉斯平滑(Use weka to run naive bayes, and delete laplace smoothing)
朴素贝叶斯
- 基于对朴素贝叶斯的理解,用java语言实现的简单的朴素贝叶斯过程(Java implementation of naive Bayes)