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

Average Nearest Neighbor degree evolution operator #1572

Open
ChrizZz110 opened this issue Apr 20, 2022 · 0 comments
Open

Average Nearest Neighbor degree evolution operator #1572

ChrizZz110 opened this issue Apr 20, 2022 · 0 comments
Labels
operators temporal TPGM affiliation

Comments

@ChrizZz110
Copy link
Contributor

ChrizZz110 commented Apr 20, 2022

Just in the same way we can compute the degree of each node, we may be interested in the question of whether nodes in the network tend to connect to others of high degree, or whether the connections in the network occur at random, irrespective of degree. The first situation, where people tend to connect to other people of high degree is called preferential attachment in network science (Barabási and Albert 1999. It is also referred to as a popularity tournament structure in sociology (Waller 1937). If you went to a real live high school, you may know how this works.

To get a sense of whether a given node prefers to connect to others who also have a large number of connections, we can compute an index called the average nearest neighbor degree, which is conventionally written k_nn(i).

See here for further details: ANND

For temporal graphs, at each point in time, the ANND might change. We thus define the ANND Evolution for a vertex in a given time interval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operators temporal TPGM affiliation
Projects
None yet
Development

No branches or pull requests

1 participant