Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to use this with a distance matrix input? #71

Closed
sg-s opened this issue Feb 22, 2019 · 4 comments
Closed

is it possible to use this with a distance matrix input? #71

sg-s opened this issue Feb 22, 2019 · 4 comments

Comments

@sg-s
Copy link
Contributor

sg-s commented Feb 22, 2019

Can I only provide a NxN matrix of pairwise distances, as in van der Maaten's tsne_d ?

@linqiaozhi
Copy link
Member

An old branch supports this feature, and it would be great to implement for this new version. Please see #62 (comment).

@sg-s
Copy link
Contributor Author

sg-s commented Feb 22, 2019

thanks, will look there!

@young-stack
Copy link

Can I only provide a NxN matrix of pairwise distances, as in van der Maaten's tsne_d ?

if you want using other distance metrics method, you can compute row_P, col_P, and var_P by yourself and set opts.load_affinities as load.

@sg-s
Copy link
Contributor Author

sg-s commented Dec 2, 2019

Can I only provide a NxN matrix of pairwise distances, as in van der Maaten's tsne_d ?

if you want using other distance metrics method, you can compute row_P, col_P, and var_P by yourself and set opts.load_affinities as load.

No, I have a precomputed distance matrix that I want to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants