文件名称:algorithms
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification algorithm. On many occasions, the naive Bayes classification algorithms (Naï ve Bayes, NB) can be comparable with the decision tree and neural network classification algorithm, the algorithm can be applied to large databases, and the method is simple, accurate classification rate, speed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
朴素贝叶斯分类\Bayes\attribute.m
..............\.....\my_bayes.m
..............\.....\post_prob.m
..............\.....\predict1.txt
..............\.....\predict2.txt
..............\.....\probality.m
..............\.....\train1.txt
..............\.....\train2.txt
..............\.....\说明.txt
..............\朴素贝叶斯分类.doc
..............\Bayes
朴素贝叶斯分类