Manifold working notes - maniteja123/scikit-learn GitHub Wiki
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.