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 matrixReturns: deg – node degree Return type: Nx1 numpy.ndarrayNotes
Weight information is discarded.