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
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Hi,
I think there's a typo remaining in the embedding quality evaluation file. In the paper (https://doi.org/10.1038/s41467-020-16822-4), you state that "To estimate distances in the high-dimensional space δ ij , we use geodesic distances estimated as the length of a
shortest-path in a k-nearest neighbors graph.", which is done by your method:
Hi,
I think there's a typo remaining in the embedding quality evaluation file. In the paper (https://doi.org/10.1038/s41467-020-16822-4), you state that "To estimate distances in the high-dimensional space δ ij , we use geodesic distances estimated as the length of a
shortest-path in a k-nearest neighbors graph.", which is done by your method:
PoincareMaps/embedding_quality_score.py
Line 26 in 7eb2546
but it is not used in the final metric computation
PoincareMaps/embedding_quality_score.py
Lines 180 to 184 in 7eb2546
It would be great to hear from you about that,
Thanks for your good work!
Best