Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Rank method used for high dimensional embeddings #5

@Emilien-P

Description

@Emilien-P

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:

def get_rank_high(data, k_neighbours = 15, knn_sym=True):

but it is not used in the final metric computation

Rank_high = get_ranking(D_high)
print('Rank high')
Rank_low = get_ranking(D_low)
print('Rank low')

It would be great to hear from you about that,
Thanks for your good work!
Best

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions