Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b0ea38

Browse files
authored
Update README.md
1 parent 9c82226 commit 9b0ea38

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# ComSim
22

33
ComSim 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

75
Usage : 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

1118
A similarity index is used to measure similarities between nodes.

0 commit comments

Comments
 (0)