文件名称:Naive-Bayes-Text-Classification
介绍说明--下载内容均来自于网络,请自行研究使用
使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
朴素贝叶斯文本分类
..................\dataset
..................\.......\negative.txt
..................\.......\positive.txt
..................\.......\testDataset0.txt
..................\.......\testDataset1.txt
..................\nbayes.py
..................\nbayes_calssify.py
..................\nbayes_validate.py
..................\代码说明.txt