File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# ComSim
22
33ComSim is a community detection algorithm.
4- Given a input network a partition of nodes into communities is identified.
5- It can also produce an output set of overlapping communities (see option [ depth] ).
64
75Usage : comsim <link_list_file> <neighbor_distance> [ similarity_index] [ depth]
86
7+ Given a input network a partition of nodes into communities is identified.
8+ Any kind of network (unipartite, bipartite, multipartite, multilayer) can be used.
9+
10+ If network has a bipartite structure, we should use a <neighbor_distance> of 2.
11+
12+ ComSim can also produce an output set of overlapping communities (see option [ depth] ).
13+
14+
15+
916##Information :
1017
1118A similarity index is used to measure similarities between nodes.
You can’t perform that action at this time.
0 commit comments