搜索资源列表
贝叶斯分类matlab源码
- 贝叶斯分布对数据分布类别判断matlab源程序
matlab关于数据挖掘分类的算法
- 该文件是一个关于数据挖掘分类的算法,开发语言是matlab.有兴趣的欢迎下载。
SVM数据分类预测
- 包含程序和试验数据,已进行MATLAB试运行。可以实现支持向量机对数据进行分类的功能。并进行了案例扩展,讨论了数据归一化对支持向量机的分类结果的影响,讨论了核函数对分类结果的影响。
贝叶斯和Fisher分类器的matlab源程序
- 基于Bayes和fisher的分类器,便于对通一批数据比较两个分类器的分类结果标有注视,简单易懂,用于初学者入门使用
matlab基本bp神经网络
- 基本的bp神经网络,包含建库,建立初始化bp网络,以及对数据进行分类等
贝叶斯分类器
- 贝叶斯一维分类器,用matlab编写,正态分布下男女生判别,最小错误率的贝叶斯分类
遗传算法的matlab源代码
- 遗传算法的matlab源代码,主要用于分类
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
knn 不错的分类程序
- 基于MATLAB开发的,是一个不错的分类程序!,MATLAB-based development is a good classification procedure!
在matlab下的k-均值聚类进行图像分类分割处理
- 在matlab下的k-均值聚类进行图像分类分割处理,In matlab under the k-means clustering for image classification be dealt with separately
BP network.matlab平台的基于bp神经网络的遥感图像分类
- matlab平台的基于bp神经网络的遥感图像分类,matlab platform bp neural network-based remote sensing image classification
处理图像分类的最小二乘法svm工具箱
- 这是处理图像分类的最小二乘法svm工具箱,里面有详细的使用说明,功能强大,欢迎下载使用。,This is the deal with image classification of least squares SVM toolbox, which has detailed instructions and powerful are welcome to download.
matlab.rar
- 对彩色图像特征提取,达到分类的目的,很好的,Image Feature Extraction
matlab(BP).rar
- BP神经网络,可以处理图像进行分类等各种处理的源码,BP neural network image processing source code
Duda-Pattern Classification Duda《模式分类》第二版
- Duda《模式分类》第二版第1、3、5章部分课后习题和上机题的解答和程序代码-Duda pattern classification, the second edition of the first chapter 1,3,5 some after-school exercises and answers questions on the machine and program code
支持向量机分类模型-例2
- 支持向量机MATLAB案例,有数据和说明(SVM MATLAB code with data and descr iption)
支持向量机分类模型-例1
- 支持向量机MATLAB案例,消费类型分类,有数据和说明。(svm MATLAB code with data)
第1章 BP神经网络的数据分类
- 利用简单的负反馈神经网络(BP神经网络)实现数据分类的实例(An example of data classification using a simple negative feedback neural network (BP neural network) is presented.)
matlab贝叶斯分类(1)-简单样本集
- 利用matlab实现贝叶斯分类,采取“留一法”选取训练集和测试集,最后返回准确率为0.8571。(Bias classification is realized by MATLAB, and training set and test set are selected by "leaving one method", and the accuracy of return is 0.8571.)
matlab贝叶斯分类(2)-10折10次交叉验证
- 利用matlab实现贝叶斯分类,采用10折10次交叉验证法选取训练集和测试集,进行循环测试,最后返回准确率为0.9184.另外,文件内含数据源。(The Bias classification is realized by MATLAB, and the training set and test set are selected by 90% off 10 times cross validation method, and the cycle test is carried out. Fin