Skip to content

Instantly share code, notes, and snippets.

@rahulrajpl
Last active December 9, 2022 09:31
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rahulrajpl/36a5724d0c261b915292182b1d741393 to your computer and use it in GitHub Desktop.
Save rahulrajpl/36a5724d0c261b915292182b1d741393 to your computer and use it in GitHub Desktop.
DiffusionMap.ipynb
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gongshuai0606
Copy link

diffusion_coordinates = np.matmul(D_left, eigenVectors)
why not diffusion_coordinates = np.matmul(eigenValues, eigenVectors)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment