以IRIS数据集为例,用朴素bayes方法分类我要分享

Taking iris data set as an example, the naive Bayes method is used for classification

bayes_iris iris-matlab-bayes naivebayes-matlab matlab-iris 数据集

关注次数: 325

下载次数: 0

文件大小: 3K

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:尽管matlab提供了朴素bayes的函数,但要理解朴素bayes还是自己编程实现为好。这是以IRIS数据集为例,用朴素bayes方法分类的程序。


English Description:

Although matlab provides naive Bayes function, it is better to understand naive Bayes by programming. This is a simple Bayes classification program based on iris dataset.


代码预览