Create a bipartite graph with a preferential attachment model from a given single degree sequence.
Parameters : | aseq : list or iterator
p : float
create_using : NetworkX graph instance, optional
seed : integer, optional
|
---|
References
[R187] | Jean-Loup Guillaume and Matthieu Latapy, Bipartite structure of all complex networks, Inf. Process. Lett. 90, 2004, pg. 215-221 http://dx.doi.org/10.1016/j.ipl.2004.03.007 |