搜索资源列表
NaiveBayesClassifier
- 利用Java实现的贝叶斯分类器,目的是进行文本分类-Bayesian to web classify
cJava
- 用c和Java写的贝叶斯分类器,针对垃圾邮件处理,可用于过滤垃圾邮件。-With c and the Bayesian classifier written in Java for dealing with junk e-mail can be used to filter spam.
NaviveBayesClassify
- 基于朴素贝叶斯文本分类器 可进行简单的文本分类-Based on Naive Bayes text classification can be simple text classification
bayes
- 朴素贝叶斯分类器包括了停用词的处理,结果是很不错的-Naive Bayesian classifier
BayesClassifier
- 基于java语言实现的贝叶斯分类器,可以用于中文或者英文进行分类-Bayesian classifier based on the java language, Chinese or English can be used to classify
naiveBayesian-classifier
- 朴素贝叶斯分类器的JAVA版本,目前只是简单版本,希望大家一起来补充哈!-naive Bayesian classifier
classfication
- 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-The newsgroup text classification algorithm based on Bayesian and KNN, the entire program can be directly imported
BeiyesiClassfication
- 贝叶斯 垃圾邮件分类器 java,对训练邮件的字符使用贝叶斯概率公式计算概率,在对测试数据分析-spam filter using beiyesi
datamining-algorithm
- 数据挖掘的经典算法的java实现,含源码和说明。包括了ID3决策树,贝叶斯分类器等经典算法。-A Java implementation of classic data mining algorithm, including source code and instructions. Including the ID3 decision tree, bayes classifier and classic algorithms.
Bayes
- 关于数据挖掘中贝叶斯分类器的实现代码。返回准确率。有数据。-About Data Mining Bayesian classifier implementation code. Back accuracy. There is data.
NaiveBayes
- 用Java实现的朴素贝叶斯分类器,并可对输入特征进行预测。-Java implementation of the Naive Bayes classifier, can be predicted on the input feature.
classfication
- 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
classfication
- 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
JavaBayes
- 用java编写的贝叶斯分类器,用于实现网页分类,中文网页分类-Using java prepared Bayesian classifier, used to implement web page classification, Chinese web page classification
bayes
- 基于朴素贝叶斯的主客观情感分类器,训练集数据集齐全-Objective and subjective feelings based on Bayesian classifier
classifiers
- 本程序是基于贝叶斯理论的朴素贝叶斯分类器,在weka和eclipse环境下使用-This procedure is a simple classifier based on the theory of Bayes, used in Weka and eclipse environment
beyesras
- 市一个很好用的贝叶斯分类器的源代码,里面有很详细的内容说明和代码注释。-City a good use of the source code of the Bias classifier, which has a very detailed descr iption and code Notes
zhang
- 基于贝叶斯的分类器设计,内涵TXT文件。-Bayesian classifier design
Bias-Classifier
- 用java写的贝叶斯分类器,我之前做数据挖掘课程大作业的时候写的,数据的格式见文件中的txt文件,一个train数据,一个test数据。-Bias classifier
naiveByes
- 朴素贝叶斯分类器基于一个简单的假定:给定目标值时属性之间相互条件独立。(The simple Bias classifier is based on a simple assumption that attributes are independent of each other when given the target value)