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 ...@@ -8,8 +8,7 @@ from networkx.readwrite import json_graph
def filterByBridgeness(G,partition,ids,weight,bridgeness,type,field1,field2): def filterByBridgeness(G,partition,ids,weight,bridgeness,type,field1,field2):
''' '''
What is bridgeness ? Bridgeness = measure to control links (bridges) between communities.
Measure to control links (bridges) between communities.
''' '''
# Data are stored in a dict(), (== hashmap by default with Python) # Data are stored in a dict(), (== hashmap by default with Python)
data = dict() 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