-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I would like to ask two mutually related questions about the code:
-
Where can I found the theory and rationale behind the automated computation of diffusion times (line 144)? I cannot figure out what is the relation between computed output (single embedding) and vector of this diffusion time (more than one value).
-
Suppose I have run diffusion embedding without predefined diffusion time. In the output, I got the automatically computed diffusion times. Now I take each individual diffusion time and run the algorithm again, but specifying diffusion times explicitly. I wonder why I got different results between the initial run with automated diffusion time estimation and subsequent runs with this parameter specified.
In the attachment, I provide the data and code to reproduce the results from question 2.
Thank you very much in advance if you could help me.