brainconn.clustering.clustering_coef_wu¶
-
clustering_coef_wu(W)[source]¶ The weighted clustering coefficient is the average “intensity” of triangles around a node.
Parameters: W (NxN numpy.ndarray) – weighted undirected connection matrixReturns: C – clustering coefficient vector Return type: Nx1 numpy.ndarray