Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the undirected_weighted_clustering_coefficient to not normalize the c_coeff at the end #62

Open
yacineMahdid opened this issue Jun 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yacineMahdid
Copy link
Contributor

yacineMahdid commented Jun 22, 2020

Right now we do not take the null network into consideration at all for these clustering coefficients

We actually don't need to do this last part: norm_average_c_coeff = nanmean(c_coeff)/nanmean(avg_null_network_c_coeff); as the c_coeff are already normalized by the average null network

@yacineMahdid yacineMahdid added the enhancement New feature or request label Jun 22, 2020
@yacineMahdid yacineMahdid self-assigned this Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant