Hi,
I am working with a graph that has both node attributes (numerical) and edge labels (categorical, string-like). I checked the community detection algorithms listed in
https://cdlib.readthedocs.io/en/latest/reference/cd_algorithms/node_clustering.html,
and saw that eva and ilouvain algorithms are capable of handling node attributes. However, from the descriptions, I am not finding an algorithm that can handle edge-labeled graphs.
Is there any CD algorithm implemented in cdlib that can handle both labeled-edge and node attributes?
Hi,
I am working with a graph that has both node attributes (numerical) and edge labels (categorical, string-like). I checked the community detection algorithms listed in
https://cdlib.readthedocs.io/en/latest/reference/cd_algorithms/node_clustering.html,
and saw that
evaandilouvainalgorithms are capable of handling node attributes. However, from the descriptions, I am not finding an algorithm that can handle edge-labeled graphs.Is there any CD algorithm implemented in cdlib that can handle both labeled-edge and node attributes?