资源简介

实现SC谱聚类算法,该算法首先根据给定的样本数据集定义一个描述成对数据点相似度的亲合矩阵,并且计算矩阵的特征值和特征向量,然后选择合适 的特征向量聚类不同的数据点

资源截图

代码片段和文件信息

function [y]=kmeans_C(mkrep)
%%%%%%%%%%%%%%%%
%                                                        
% kMeansCluster - Simple k means clustering algorithm                                                              
% Author: Kardi Teknomo Ph.D.                                                                  
%                                                                                                                    
% Purpose: classify the objects in data matrix based on the attributes    
% Criteria: minimize Euclidean distance between centroids and object points                    
% For more explanation of the algorithm see http://people.revoledu.com/kardi/tutorial/kMean/index.html    
% Output: matrix data plus an additional column represent the group of each

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         558  2012-04-04 21:40  sc.m
     文件        8416  2012-04-04 21:40  kmeans_c.m

评论

共有 条评论