搜索资源列表
weka402
- < 数据挖掘--实用机器学习技术及java实现> 一书结合数据挖掘和机器学习的知识,作者陈述了自动挖掘模式的基础理论,并且以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等.
wa-bayes1.tar
- PHP NaiveBayes源代码-NaiveBayes PHP source code
NaiveBayes
- Naive Bayes 分类器, 用C语言写的.大家一起参考一下.
NaiveBayes
- 贝叶斯公式,在信息检索以及信息抽取中有着重要的应用,需要的下载,有问题联系我
naivebayes
- 尽管matlab提供了朴素bayes的函数,但要理解朴素bayes还是自己编程实现为好。这是以IRIS数据集为例,用朴素bayes方法分类的程序。
NaiveBayes
- 朴素贝叶斯分类算法,《机器学习及java实现里面的》
NaiveBayes
- 很好的 算法!用了绝对不后悔 对初学者很有帮助!快来下啊!
NaiveBayes
- 朴素贝叶斯分类器,实现了朴素贝叶斯分类算法,结果表明比较好
naivebayes.rar
- 这是以Iris数据集为例,用朴素bayes方法分类的程序.matlab编程,This is the Iris data set as an example, using the simple bayes methods of classification procedure. Matlab programming
naivebayes
- 本算法介绍了朴素贝叶斯算法的原理和功能以及使用MATLAB实现其功能算法。-This algorithm describes the principle of Bayesian algorithms and functions and the use of MATLAB algorithms to achieve its function.
naiveBayes
- 这是一个完善的naiveBayes算法。结构条理,备注明确。其实验效果也非常好-This is a perfect naiveBayes algorithm. Coherent structure, notes clear. The experimental results are very good
NaiveBayes
- Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
naivebayes
- 贝叶斯决策器,基于最小错误率的贝叶斯决算法-Bayesian decision-making, based on minimum error rate of Bayesian decision-making
NaiveBayes
- Text clessifier NB form large documents
NaiveBayes
- 朴素贝叶斯算法分类源代码,vc6.0编写-NaiveBayes on how to classfiy texts
NaiveBayes
- 朴素贝叶斯分类,从weka中提取的,希望大家多多指正-nativebayes
NaiveBayes(java)
- 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
NaiveBayes
- This is a genetic algorithm.
NaiveBayes
- 朴素贝叶斯算法的java实现,内含输入输出和测试用例-NaiveBayes algorithm implenmented by java,including input and output coad as well as test cases
NaiveBayes.py
- NaiveBayes for Classfication Python