networkx.algorithms.mixing.degree_mixing_matrix
networkx.algorithms.mixing.attribute_mixing_dict
Enter search terms or a module, class or function name.
Return dictionary representation of mixing matrix for degree.
G : graph
NetworkX graph object.
normalized : bool (default=False)
Return counts if False or probabilities if True.
d: dictionary :
Counts or joint probability of occurrence of degree pairs.