average_neighbor_degree(G[, nodes, weighted]) | Returns the average degree of the neighborhood of each node. |
average_neighbor_in_degree(G[, nodes, weighted]) | Returns the average degree of the neighborhood of each node. |
average_neighbor_out_degree(G[, nodes, weighted]) | Returns the average degree of the neighborhood of each node. |
average_degree_connectivity(G[, nodes, weighted]) | Compute the average degree connectivity of graph. |
average_in_degree_connectivity(G[, nodes, ...]) | Compute the average degree connectivity of graph. |
average_out_degree_connectivity(G[, nodes, ...]) | Compute the average degree connectivity of graph. |
k_nearest_neighbors(G[, nodes, weighted]) | Compute the average degree connectivity of graph. |