Skip to content

Instantly share code, notes, and snippets.

@rahulrajpl
Last active December 9, 2022 09:31
Embed
What would you like to do?
DiffusionMap.ipynb
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