-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Desiderata] Community Detection algorithms #178
Comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(side note) Note : The only python implementation reported is for Demon (already in cdlib). Others are prevalently in C/C++ |
|
|
|
|
|
|
|
|
. References:
|
As a result of the Community detection Algorithm we get a number of communities: A number of internal and external edges of each community. |
Here's the documentation for the remote ground truth loading facility: https://cdlib.readthedocs.io/en/latest/reference/generated/cdlib.datasets.fetch_network_ground_truth.html#cdlib.datasets.fetch_network_ground_truth You are encountering such error because the function you are using is not the proper one. PS: next time open a new issue, do not add comments to an existing one having a different subject. |
This Issue is a container for CD methods that CDlib users would like to see integrated into library future releases.
When adding a new algorithm to the issue please specify:
Methods with existing python implementation (not leveraging on C/C++ dependencies) will be prioritized.
The text was updated successfully, but these errors were encountered: