NetworkX

Previous topic

networkx.algorithms.bipartite.centrality.betweenness_centrality

Next topic

networkx.algorithms.block.blockmodel

BlockmodelingΒΆ

Functions for creating network blockmodels from node partitions.

Created by Drew Conway <drew.conway@nyu.edu> Copyright (c) 2010. All rights reserved.

blockmodel(G, partitions[, multigraph]) Returns a reduced graph constructed using the generalized block modeling technique.