搜索资源列表
贝叶斯
- 有关贝叶斯算法的java程序 优化计算和预测功能 比较好用-bayes arithmetic using java program
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
BayesClassifier.rar
- 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
vista
- 贝叶斯算法源代码以及它应用于垃圾短信过滤的源代码。是用java写的算法。-Bayesian algorithm source code and how it applies to the source code for filtering spam messages. Algorithm is written in 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)
NaviveBayes2010
- 使用贝叶斯实现文本分类,也可以实现短信分类和邮件分类-Achieved using the Bayesian text classification, text classification can be achieved and mail classification
byesjava
- 贝叶斯算法文本分类的实现。。。Java语言编写-Bayesian text classification algorithm implementation. . . Java language
NaviveBayesClassify
- 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
Solution
- 数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
NaiveBayes
- Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
shujuwajuesuanfa
- 基于数据挖掘的决策树改进算法和贝叶斯改进算法,很有用的-Based on data mining and Bayesian Decision Tree Algorithm to improve the algorithm, very useful
node
- 模拟网络通信,对其中的信息进行统计,用贝叶斯算法计算特定信息的后验概率,自动日志-Simulation of network communications, for which statistical information, using Bayesian algorithm-specific information on a posteriori probability, automatic log
NaiveBayes
- 朴素贝叶斯分类,从weka中提取的,希望大家多多指正-nativebayes
Bayesianclassifierfortextclassificationalgorithms.
- 用于文本分类的朴素贝叶斯分类算法,包括代码和测试数据-Naive Bayesian Text Classification for classification algorithms, including the code and test data
Javaspamfiltering
- java 过滤垃圾邮件 贝叶斯过滤 内含语料 有正常邮件 垃圾邮件 便以过滤-java Bayesian filter to filter spam e-mail containing a normal corpus will be to filter spam
NaiveBayes(java)
- 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
javabayes
- 贝叶斯网络源代码,环境jdk1.4,工程文件为jbuilder9.入门程序.-Bayesian network source code, environmental jdk1.4, engineering documents for the jbuilder9. Start program.
bayes
- 基于java,利用贝叶斯算法实现中文文本分类。(包含可调用的trainingset)(Text classification based on Java using Bayesian algorithm.)
NavieBayes github java
- java 朴素贝叶斯 机器学习 情感分类器(java naivebayes machinelearing)
朴素贝叶斯
- 基于对朴素贝叶斯的理解,用java语言实现的简单的朴素贝叶斯过程(Java implementation of naive Bayes)