GiulioRossetti / TILES

TILES: an algorithm for community discovery in dynamic social networks
doi:10.1007/s10994-016-5582-8
56 stars 19 forks source link

centrality_test function #45

Open joramador opened 1 year ago

joramador commented 1 year ago

In the function, centrality_test, there is a line trying to get the common neighbors but is using just the set of neighbors of v

531 cn = neighbors_v & neighbors_v

Was this intentional? Or should it rather be cn = neighbors_u & neighbors_v?

GiulioRossetti commented 1 year ago

Hi, this implementation has not been maintained for a long time: please, refer to the one available within the CDlib package (https://cdlib.readthedocs.io/en/latest/reference/cd_algorithms/algs/cdlib.algorithms.tiles.html#cdlib.algorithms.tiles)