brainconn.similarity.matching_ind_und

matching_ind_und(CIJ0)[source]

M0 = MATCHING_IND_UND(CIJ) computes matching index for undirected graph specified by adjacency matrix CIJ. Matching index is a measure of similarity between two nodes’ connectivity profiles (excluding their mutual connection, should it exist).

Parameters:CIJ (NxN numpy.ndarray) – undirected adjacency matrix
Returns:M0 – matching index matrix
Return type:NxN numpy.ndarray