-
Notifications
You must be signed in to change notification settings - Fork 30
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
names of centrality measures #317
Comments
Some options:
I don't like 2, not explicit enough. 3 and 4 make it explicit that they are centralities of the type "eigenvector". |
I would go for (3) in the spirit of keeping it as informative as possible. The others are good as well, probably I would just avoid the (2). |
I'd suggest we shorten |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was noticing that I named the functions
CEC_centrality
andHEC_centrality
. But "CEC" is an acronym for "Clique motif Eigenvector Centrality" (Benson 2019) and "HEC" is an acronym for "H-eigenvector centrality" (Benson 2019) so "centrality" in the function names is redundant. Any ideas for renaming these?The text was updated successfully, but these errors were encountered: