Any easy way to apply learned mapping on different set of points?
Closed this issue · 2 comments
MInner commented
Thanks for a great library!
I wonder if there is an easy way to perform transform()
only? I have sets of points A
and B_t for t in [0..T]
and I want to plot how B
changes over time, so I was wondering if I could train an embedding on A
and see B_t
projections onto A's
coordinates.
Thank you!
mmp2 commented
yes, nystrom extension does this. in utils/
best, MMP
…On 6/6/17, 6:56 PM, "Ben Usman" ***@***.***> wrote:
Thanks for a great library!
I wonder if there is an easy way to perform transform() only? I have sets
of points
A and B_t for t in [0..T] and I want to plot how
B changes over time, so I was wondering if I could train an embedding on
A and see B_t projections onto A's coordinates.
Thank you!
‹
You are receiving this because you are subscribed to this thread.
Reply to this email directly,
view it on GitHub <#74>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AFapZf_zllesXWMXpTFprX0
JIpH3a1Gwks5sBgNAgaJpZM4NyHNN>.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e
4bb","name":"GitHub"},"entity":{"external_key":"github/mmp2/megaman","titl
e":"mmp2/megaman","subtitle":"GitHub
repository","main_image_url":"https://cloud.githubusercontent.com/assets/1
43418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url
":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0
b-11e6-9aed-b52498112777.png","action":{"name":"Open in
GitHub","url":"https://github.com/mmp2/megaman"}},"updates":{"snippets":[{
"icon":"DESCRIPTION","message":"Any easy way to apply learned mapping on
different set of points? (#74)"}],"action":{"name":"View
Issue","url":"#74"}}}
jmcq89 commented
If you're using spectral_embedding I have implemented a predict function:
https://github.com/mmp2/megaman/blob/master/megaman/embedding/spectral_embedding.py#L407