brainconn.core.rich_club_wu¶
-
rich_club_wu(CIJ, klevel=None)[source]¶ Parameters: - CIJ (NxN
numpy.ndarray) – weighted undirected connection matrix - klevel (int | None) – sets the maximum level at which the rich club coefficient will be calculated. If None (default), the maximum level is set to the maximum degree of the adjacency matrix
Returns: Rw – vector of rich-club coefficients for levels 1 to klevel
Return type: Kx1
numpy.ndarray- CIJ (NxN