spectral_clustering

所属分类:matlab编程
开发工具:matlab
文件大小:18KB
下载次数:120
上传日期:2012-05-09 21:18:48
上 传 者haolinxue
说明:  谱图法的Matlab实现,复杂网络社区挖掘算法很常用的算法
(Spectrum chart Matlab, the complex network community mining algorithm is very common algorithm )

文件列表:
spectral_clustering\Final_v5\Demo.m (3534, 2012-03-28)
spectral_clustering\Final_v5\distEuclidean.m (391, 2012-01-01)
spectral_clustering\Final_v5\GenData_Ellipse.m (1466, 2012-01-01)
spectral_clustering\Final_v5\GenData_Gaussian.m (793, 2012-01-02)
spectral_clustering\Final_v5\generatedata\GenData_Ellipse.m (1466, 2012-01-01)
spectral_clustering\Final_v5\generatedata\GenData_Gaussian.m (793, 2012-01-02)
spectral_clustering\Final_v5\license.txt (1331, 2012-01-19)
spectral_clustering\Final_v5\plotSimGraph.m (2843, 2012-01-20)
spectral_clustering\Final_v5\simGaussian.m (424, 2012-01-20)
spectral_clustering\Final_v5\SimGraph.m (9359, 2012-01-20)
spectral_clustering\Final_v5\simInverse.m (354, 2012-01-20)
spectral_clustering\Final_v5\SpectralClustering.m (2283, 2012-01-14)
spectral_clustering\SpectralClustering\CalculateAffinity.m (282, 2007-05-18)
spectral_clustering\SpectralClustering\GenData_Ellipse.m (1466, 2012-01-01)
spectral_clustering\SpectralClustering\GenData_Gaussian.m (793, 2012-01-02)
spectral_clustering\SpectralClustering\GenerateData.m (988, 2007-06-07)
spectral_clustering\SpectralClustering\Jordan_Weiss.m (2174, 2009-09-20)
spectral_clustering\SpectralClustering\Perona_Freeman.m (1332, 2009-09-20)
spectral_clustering\SpectralClustering\Scott_Longuet_Higgins.m (2952, 2009-09-20)
spectral_clustering\SpectralClustering\Shi_Malik.m (1355, 2009-09-20)
spectral_clustering\Final_v5\generatedata (0, 2012-01-20)
spectral_clustering\Final_v5 (0, 2012-03-28)
spectral_clustering\SpectralClustering (0, 2012-03-28)
spectral_clustering (0, 2012-04-08)

% =========================== % Bachelor Thesis % Author : Ingo Bürk % Year : 2011/2012 % Contact: admin@airblader.de % =========================== % =========================================================== % GENERAL INFORMATION % =========================================================== The Matlab files provided can create sample data, different kinds of similarity graphs and perform fast and efficient spectral clustering algorithms. If you need help, please read this file first and try typing 'help [Filename]' to get information. If there are still questions left, I'll be happy to help you upon contacting me via email. % =========================================================== % TECHNICAL INFORMATION % =========================================================== If you load and use your own data (adjacency matrix), please keep in mind that using a sparse matrix will reduce memory drastically. All methods in these files work with sparse matrices and therefore assume a sparse structure. If your data is not sparse per se, consider using a similarity graph that will give it a sparse structure. I recommend using either an epsilon or mutual k-Nearest neighbors similarity graph, combined with the spectral clustering algorithm according to Shi and Malik (2000). % =========================================================== % REFERENCES % =========================================================== This thesis and the resulting work is based on - Ulrike von Luxburg, "A Tutorial on Spectral Clustering", Statistics and Computing 17 (4), 2007

近期下载者

相关文件


收藏者