Edge ClusteringΒΆ

Algorithms falling in this category generates communities composed by edges. They return as result a EdgeClustering object instance.

Note

The following lists are aligned to CD methods available in the GitHub main branch of CDlib.

hierarchical_link_community(g_original) HLC (hierarchical link clustering) is a method to classify links into topologically related groups.