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

Add more calculated fields to KgNode: in degree, out degree, other connectivity metrics from GDS? #187

Open
gordom6 opened this issue Aug 6, 2020 · 4 comments
Assignees

Comments

@gordom6
Copy link
Contributor

gordom6 commented Aug 6, 2020

Now that we have the machinery to calculate pageRank we can do similar calculations.

@123joshuawu
Copy link
Member

Seems like Degree Centrality is currently in alpha

Article Rank also in alpha but looks interesting

@123joshuawu
Copy link
Member

Perhaps some of the Community Detection Algorithms could be promising?

@gordom6
Copy link
Contributor Author

gordom6 commented Sep 25, 2020

I'd start with some of the basic metrics mentioned in the title: descriptive stats (max, mean, median, mode) of in-, out-, and total degrees.

@gordom6
Copy link
Contributor Author

gordom6 commented Sep 25, 2020

You might also look at HITS.

gordom6 added a commit that referenced this issue Oct 1, 2020
Add inDegree and outDegree to KgNode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants