LTLA / umappp

UMAP C++ implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indices correlation between input and output

shrit opened this issue · comments

Hello,

I am wondering if the indices of the input matrix correspond to the indices of the output matrices, is this the case? or the is some shuffling at the output matrix ?

Best regards,
Omar

Yes, columns of input should correspond to columns of embedding (i.e., output). No shuffling is done.

Thank you very much