Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soran-ghaderi authored Apr 28, 2020
1 parent 3ec7e9f commit afa3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
"""
df, df_nodes = import_files()
G = make_graph(df)
ev.evaluate(G, k=10, method='all') # Here we have evaluated Jaccard method using evaluation module. Methods are 'jc', 'aa', 'pa', 'cn'
ev.evaluate(G, k=10, method='all') # Here we have evaluated all methods using evaluation module. Methods are 'jc', 'aa', 'pa', 'cn'

```
### Metrics
Expand Down

0 comments on commit afa3ec3

Please sign in to comment.