brainconn.degree.degrees_und

degrees_und(CIJ)[source]

Node degree is the number of links connected to the node.

Parameters:CIJ (NxN numpy.ndarray) – undirected binary/weighted connection matrix
Returns:deg – node degree
Return type:Nx1 numpy.ndarray

Notes

Weight information is discarded.

Examples using brainconn.degree.degrees_und