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
I am trying to understand how the diffusion operator is constructed. I can follow up to cell-cell distance matrix i.e.
After that affinity matrix caculated using a Gaussian kernel. Here, we have to choose sigma.
How is sigma chosen?
Where in the python source code, can I find the adapative tuning of sigma?
What is magic_operator.graph.kernel ? How is it constructed? If we set non-zero values to zero here than does it become an adjacency matrix for the graph?
magic_operator.graph.diff_op is a row normalized Markov matrix M(i,j), right ?
The text was updated successfully, but these errors were encountered:
I am trying to understand how the diffusion operator is constructed. I can follow up to cell-cell distance matrix i.e.
After that affinity matrix caculated using a Gaussian kernel. Here, we have to choose sigma.
The text was updated successfully, but these errors were encountered: