搜索资源列表
TextClassification
- 帮师姐做的毕业论文:基于朴素贝叶斯的文本分类器,使用Visual C# 2005编写,文本语料库包括测试语料库和训练语料库(保存再Access数据库中)
naive_bayes
- 朴素贝叶斯分类器,用C++实现的基于朴素贝叶斯算法的分类器
Bayes
- 这是一个利用C#编写的贝叶斯中文文本分类器,分词器使用了ICTCLAS分词器。-failed to translate
Pbayesfenleiqa
- 模式识别--VISUAL C++环境下编写的贝叶斯分类器(bayes),值得收藏-Mode identification- VISUAL C++ environment prepared by the Bayesian classifier (bayes) worth collecting
Nnaive_bayesa
- 朴素贝叶斯分类器,用C++实实现的基于朴素贝叶斯算法的分类器 -Naive Bayesian classifier, the classifier based on the Naive Bayes algorithm to achieve C++ real
.net--matlab
- 基于C﹟的 贝叶斯分类器 .net源代码-Bayesian classifier based on C#. Net source code
Bayesian-Classify
- 基于贝叶斯网络的分类器实现,使用C++编写,不错,可以参考-Based on Bayesian network classifiers achieve C++ writing, yes, you can reference
Bayes-classifier-code
- 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
pac_ai-master
- 本文根据美国威斯康星州的乳腺癌诊断数据集,生成一个乳腺癌诊断的SVM分类器,并计算这个分类器的准确率。(import pandas as pd data = pd.read_csv(r'C:\Users\hzjy\Desktop\data.csv'))