Pometry / Pometry/Raphtory

Local clustering coefficient inputs and return values

Open
#1,000 1 comment 0 reactions 1 assignee View on GitHub

@wyatt-joyner-pometry is already working on this.

Since Dec 9, 2024.

Algorithms
Dominant language
Rust
Stars
642
Forks
70
Avg merge
2d 13h
Merged PRs (30d)
21

Description

Local clustering coefficient requires as input a graph and a vertex. But in other main libraries like networkx or networkit, the algorithm is executed on the entire graph, with the option to execute on a subset. The return value is always a dictionary.

This is done currently for Pagerank, which is in line with nx and nk. So something like function(G) and function(G,v_or_nodes) should be considered for this function.

Moreover, it would be nice for this approach to be used in other functions such as local_triangle_count and future centralities when implemented.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.