Obtain the connectivity matrix #779
Answered
by
lmcinnes
CRISTIANJULIOCESAR
asked this question in
Q&A
-
Hi! we are creating a method based totally on UMAP space but we use the increased or the lower-dimensional representation of the data by UMAP, we almost finish the paper. But we think that our method will render better results if we just used the connectivity matrix (weighted graph) that represents the high dimensionality of the data using your Riemannian metric. There is a function that returns this squared matrix? Thank you in advance :) |
Beta Was this translation helpful? Give feedback.
Answered by
lmcinnes
Oct 12, 2021
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CRISTIANJULIOCESAR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
graph_
attribute of the fitted model contains this information.