搜索资源列表
example
- 这是台湾张智星的模式识别的课件的源码,包括GMM和data clusting-This is the star pattern recognition Zhang Zhi courseware source, including the GMM and data clusting
ClusterData
- Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MI
iriscode
- Matlab提供了两种方法进行聚类分析。 一种是利用 clusterdata函数对样本数据进行一次聚类,其缺点为可供用户选择的面较窄,不能更改距离的计算方法; 另一种是分步聚类:(1)找到数据集合中变量两两之间的相似性和非相似性,用pdist函数计算变量之间的距离;(2)用 linkage函数定义变量之间的连接;(3)用 cophenetic函数评价聚类信息;(4)用cluster函数创建聚类。 -Matlab provid
example09_01
- 判别分类,调用cluster函数进行系统聚类,调用clusterdata函数进行系统聚类-Discriminant classifier
clusterData
- 用于产生聚类算法的数据集。先自己选择想要的参数,然后运行程序,得到数据集,验证你自己的算法准确性。-For generating a data set of the clustering algorithm. First, select the desired parameters, and then run the program, data set, verify the accuracy of your algorithm.