SkillAgentSearch skills...

FastCommunityDetection

Finding community structure in very large networks, by Clauset-Newman-Moore

Install / Use

/learn @r3kall/FastCommunityDetection
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FastCommunityDetection

Finding community structure in very large networks, with fast heuristic algorithm by Girvan-Newman and a Multi-Step variation.

How to use

make
./fcd dataset scope    [example: ./fcd amazon0505 24]

Input Format

The input should be a list of edges, separated by tab or space. The graph can be either directed or undirected, but the algorithm will build an undirected version of it.

1 2
1 3
2 4
ecc...

References

[1] Clauset et al. (2004) https://arxiv.org/abs/cond-mat/0408187

[2] Schuetz and Amedeo (2008) https://arxiv.org/abs/0712.1163

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks4

Languages

C++

Security Score

75/100

Audited on Nov 30, 2024

No findings