On 19.10.2016 16:30, P-M wrote: > I will try my best. Are you aware of an easy way of extracting a relevant > section of the graph? (The whole thing is in the million of vertices so > probably too large to post here.)
The clustering coefficient only depends on the local neighborhood of a node. So you can just extract a subgraph that contains the node in question and its neighbors. -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
