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

Implement degree_assortativity_coefficient algorithm in GraphScope #453

Closed
4 tasks
acezen opened this issue Jun 29, 2021 · 0 comments
Closed
4 tasks

Implement degree_assortativity_coefficient algorithm in GraphScope #453

acezen opened this issue Jun 29, 2021 · 0 comments

Comments

@acezen
Copy link
Collaborator

acezen commented Jun 29, 2021

Is your feature request related to a problem? Please describe.
Implement degree_assortativity_coefficient algorithm with GraphScope.

Describe the solution you'd like

  • implement C++ PIE app with analytical engineAPI;
  • check the correctness with NetworkX
  • check the scalability and performance in large graph, like com-friendster dataset
  • add to python built-in algorithms and add related test case

Additional context

this is a child issue of issue #295

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

Successfully merging a pull request may close this issue.

1 participant