Commit 6278045c authored by delanoe's avatar delanoe

[DOC] Definition of bridgeness. TODO: better rewrite algos (too compact).

parent 8e2cfd9b
......@@ -8,8 +8,7 @@ from networkx.readwrite import json_graph
def filterByBridgeness(G,partition,ids,weight,bridgeness,type,field1,field2):
'''
What is bridgeness ?
Measure to control links (bridges) between communities.
Bridgeness = measure to control links (bridges) between communities.
'''
# Data are stored in a dict(), (== hashmap by default with Python)
data = dict()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment