Edge ClusteringΒΆ

Algorithms falling in this category generate communities composed of 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.

hierarchical_link_community_w(g_original)

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

hierarchical_link_community_full(g_original)

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