-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Manifold working notes
fabianp edited this page May 20, 2011
·
2 revisions
transform
method in the LLE algorithm. This is not referenced from the article but implementation is straightforward:
- Compute barycenter coordinates for new points with respect to the trained data.
- Get the embedding vectors for these neighbors.
- multiply the embedding vectors by the barycenter weights.