Spectral Clustering我要分享

Spectral Clustering

关注次数: 169

下载次数: 0

文件大小: 2.24 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:spcl(data,nbclusters,varargin)是一种谱聚类函数,用于将随机未知数据组合成簇。在指定数据和集群数量之后,下一个参数可以根据需要变化。此函数将构造数据的完全连通相似图;


English Description:

spcl(data, nbclusters, varargin) is a spectral clustering function to assemble random unknown data into clusters. after specifying the data and the number of clusters, next parameters can vary as wanted. This function will construct the fully connected similarity graph of the data. 


代码预览

相关推荐