How to cluster my graph?
2 次查看(过去 30 天)
显示 更早的评论
I used community detection toolbox (ComDetTBv091) for clustering my directed weighted graph. I tried to use gui but it didn't import my dataset. I called one of the clustering functions that exist in algorithms folder in the toolbox package: function VV=GCSpectralClust1(A, Kmax) A=my graph adjacency matrix and Kmax=3 (number of clusters).
The resulting figure was weird. (I attached it here). Is it correct to use the toolbox in this way?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Exploration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!