partition a graph using .gml file with digraph as input
10 次查看(过去 30 天)
显示 更早的评论
I have a data in .gml format which is a digraph. I need to treat the digraph as an undirected graph by reciprocating all edges and to compute a partition of the graph into 2 communities using spectral methods to optimize the following quality functions:
a) The ratio cut.
b) The normalized cut.
c) The modularity.
I'm unable to figure out a way to get this done. Any help would be much appreciated.
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!