brainconn.degree.strengths_und

strengths_und(CIJ)[source]

Node strength is the sum of weights of links connected to the node.

Parameters:CIJ (NxN numpy.ndarray) – undirected weighted connection matrix
Returns:str – node strengths
Return type:Nx1 numpy.ndarray

Examples using brainconn.degree.strengths_und