Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transform method to DiffusionMapEmbedding #24

Open
jolespin opened this issue Apr 16, 2024 · 0 comments
Open

Add transform method to DiffusionMapEmbedding #24

jolespin opened this issue Apr 16, 2024 · 0 comments

Comments

@jolespin
Copy link

To transform a new dataset based on the diffusion map model. Similar to the last part here:
https://pydiffmap.readthedocs.io/en/master/usage.html

mydmap = dm.DiffusionMap.from_sklearn(n_evecs = 1, alpha = 0.5, epsilon = 'bgh', k=64)

dmap_X = mydmap.fit_transform(X)

dmap_Y = mydmap.transform(Y)
@jolespin jolespin changed the title Add transform method Add transform method to DiffusionMapEmbedding Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant