You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering why 'inter_es' object is used to calculate the distance among partitions in _get_connectivities_tree_v1_0 definition as seen in _paga.py. I can find 'connectivities' object is used in the case of _get_connectivities_tree_v1_2. I am confused because I think of 'inter_es' as just sum of edges between each partition and that is strongly affected by the partition size.
The text was updated successfully, but these errors were encountered:
Hi PAGA community,
I am wondering why 'inter_es' object is used to calculate the distance among partitions in _get_connectivities_tree_v1_0 definition as seen in _paga.py. I can find 'connectivities' object is used in the case of _get_connectivities_tree_v1_2. I am confused because I think of 'inter_es' as just sum of edges between each partition and that is strongly affected by the partition size.
The text was updated successfully, but these errors were encountered: